diff options
Diffstat (limited to 'security/clamsmtp/files/patch-configure')
-rw-r--r-- | security/clamsmtp/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamsmtp/files/patch-configure b/security/clamsmtp/files/patch-configure index 5d025d1c5658..cfeb5a9c3341 100644 --- a/security/clamsmtp/files/patch-configure +++ b/security/clamsmtp/files/patch-configure @@ -5,7 +5,7 @@ # 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 %%PTHREAD_LIBS%% -pthreads lthread -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: |