From d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 25 Mar 2015 12:58:33 +0000 Subject: lang category: Remove $PTHREAD_LIBS Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket --- lang/python27/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/python27') diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 070a532811a0..9c29d2ee3f59 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -64,8 +64,7 @@ SEM_CONFIGURE_ENV= ac_cv_posix_semaphores_enabled=yes SEM_CONFIGURE_ENV_OFF= ac_cv_posix_semaphores_enabled=no THREADS_CONFIGURE_WITH= threads -THREADS_CFLAGS= ${PTHREAD_CFLAGS} -THREADS_LDFLAGS= ${PTHREAD_LIBS} +THREADS_LDFLAGS= -lpthread UCS2_CONFIGURE_ON= --enable-unicode=ucs2 UCS4_CONFIGURE_ON= --enable-unicode=ucs4 -- cgit v1.2.3