components/trousers/Makefile
changeset 7829 2de4f4ace09c
parent 7687 1093e2a9adbd
equal deleted inserted replaced
7828:f7ee70770225 7829:2de4f4ace09c
    39 TEST_TARGET= $(NO_TESTS)
    39 TEST_TARGET= $(NO_TESTS)
    40 include $(WS_MAKE_RULES)/common.mk
    40 include $(WS_MAKE_RULES)/common.mk
    41 
    41 
    42 PATCH_LEVEL=0
    42 PATCH_LEVEL=0
    43 
    43 
    44 ifeq ($(OS_VERSION),5.11)
    44 LIBS=$(LIBNSL) $(LIBSOCKET)
    45 # These libraries are in libc for S12:
    45 ifeq ($(OS_VERSION),11.3)
    46 LIBS=-lnsl -lsocket
       
    47 # Use the "new" POSIX thread API (not the "draft" prototype):
    46 # Use the "new" POSIX thread API (not the "draft" prototype):
    48 CFLAGS += "-D_POSIX_PTHREAD_SEMANTICS"
    47 CFLAGS += "-D_POSIX_PTHREAD_SEMANTICS"
    49 endif
    48 endif
    50 
    49 
    51 # Trousers 0.3.13 requires automake/autoconf >= 1.13, but Userland default
    50 # Trousers 0.3.13 requires automake/autoconf >= 1.13, but Userland default