From 7f55bb0386bc04d89381f48cd8fb834558b8dee2 Mon Sep 17 00:00:00 2001 From: till straumann Date: Thu, 14 Mar 2019 11:47:52 -0700 Subject: [PATCH] Another hack to deal with RTEMS which is POSIX but still different --- modules/libcom/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/test/Makefile b/modules/libcom/test/Makefile index e3d1820f6..130c23512 100755 --- a/modules/libcom/test/Makefile +++ b/modules/libcom/test/Makefile @@ -292,7 +292,7 @@ ifeq ($(POSIX),YES) ifeq ($(USE_POSIX_THREAD_PRIORITY_SCHEDULING),YES) TESTPROD_HOST += nonEpicsThreadPriorityTest nonEpicsThreadPriorityTest_SRCS += nonEpicsThreadPriorityTest.cpp -nonEpicsThreadPriorityTest_SYS_LIBS += pthread rt +nonEpicsThreadPriorityTest_SYS_LIBS += $(POSIX_LDLIBS:-l%=%) testHarness_SRCS += nonEpicsThreadPriorityTest.cpp epicsRunLibComTests_CFLAGS += -DHAVE_PTHREAD_PRIORITY_SCHEDULING TESTS += nonEpicsThreadPriorityTest