9270bde9ff
udpate to 1.0.17 OBS-URL: https://build.opensuse.org/request/show/185690 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmemcached?expand=0&rev=40
15 lines
707 B
Diff
15 lines
707 B
Diff
=== modified file 'm4/ax_pthread.m4'
|
|
Index: m4/ax_pthread.m4
|
|
===================================================================
|
|
--- m4/ax_pthread.m4.orig
|
|
+++ m4/ax_pthread.m4
|
|
@@ -123,7 +123,7 @@ fi
|
|
# 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.
|
|
|
|
-ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
|
|
+ax_pthread_flags="pthreads none -Kthread -kthread lthread -lpthread -lpthreads -mthreads pthread --thread-safe -mt pthread-config"
|
|
|
|
# The ordering *is* (sometimes) important. Some notes on the
|
|
# individual items follow:
|