summaryrefslogtreecommitdiffstats
path: root/libmemcached-fix-linking-with-libpthread.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-22 10:39:01 +0100
committerRemi Collet <remi@remirepo.net>2020-12-22 10:39:01 +0100
commit3dfa96cdf970cb4afb614d71b595ebbc738ed5bb (patch)
tree87e2b86fd04e1420e9a165eb382fd7be7aa2d16f /libmemcached-fix-linking-with-libpthread.patch
parent750e7232b80739fb2f53b3e20a7b32b439bc3675 (diff)
update to 1.1.0-beta1
sources from https://github.com/m6w6/libmemcached open https://github.com/m6w6/libmemcached/issues/97 cmake files path open https://github.com/m6w6/libmemcached/issues/98 soname open https://github.com/m6w6/libmemcached/issues/99 build warning open https://github.com/m6w6/libmemcached/issues/100 headers path
Diffstat (limited to 'libmemcached-fix-linking-with-libpthread.patch')
-rw-r--r--libmemcached-fix-linking-with-libpthread.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/libmemcached-fix-linking-with-libpthread.patch b/libmemcached-fix-linking-with-libpthread.patch
deleted file mode 100644
index e5e21c4..0000000
--- a/libmemcached-fix-linking-with-libpthread.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -up libmemcached-1.0.16/build-aux/ltmain.sh.orig libmemcached-1.0.16/build-aux/ltmain.sh
---- libmemcached-1.0.16/build-aux/ltmain.sh.orig 2013-12-03 16:36:53.222107642 +0100
-+++ libmemcached-1.0.16/build-aux/ltmain.sh 2013-12-03 16:37:35.770132249 +0100
-@@ -5664,6 +5664,15 @@ func_mode_link ()
- *" $arg "*) ;;
- * ) func_append new_inherited_linker_flags " $arg" ;;
- esac
-+ # As we are forced to pass -nostdlib to g++ during linking, the option
-+ # -pthread{,s} is not in effect; add the -lpthread to $deplist
-+ # explicitly to link correctly.
-+ if test "$tagname" = CXX -a x"$with_gcc" = xyes; then
-+ case "$arg" in
-+ -pthread*) func_append deplibs " -lpthread" ;;
-+ esac
-+ fi
-+
- continue
- ;;
-