freebsd-ports/security/clamsmtp/files/patch-configure
John Marino c55ac89dcd security category: Remove $PTHREAD_LIBS
approved by:	PTHREAD blanket
2015-03-25 08:30:27 +00:00

11 lines
573 B
Text

--- configure.orig Fri Apr 15 07:18:10 2005
+++ configure Wed Apr 20 15:45:54 2005
@@ -3156,7 +3156,7 @@
# which indicates that we try without any flags at all, and "pthread-config"
# which is a program returning the flags for the Pth emulation library.
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads none -Kthread -kthread -lpthread -pthread -mt pthread-config"
# The ordering *is* (sometimes) important. Some notes on the
# individual items follow: