]> git.pld-linux.org Git - packages/samba.git/blame - samba-pthread.patch
- build with systemd tevent, with bcond, internal packages left out todo as needed
[packages/samba.git] / samba-pthread.patch
CommitLineData
423b7f34
AM
1--- samba-3.6.0/source3/configure.in~ 2011-08-09 13:17:47.000000000 +0200
2+++ samba-3.6.0/source3/configure.in 2011-10-17 21:10:03.939564051 +0200
3@@ -526,7 +526,7 @@
4 AC_MSG_RESULT([no large file support])
5 ;;
6 5.*)
7- LDFLAGS="$LDFLAGS -lthread"
8+ LDFLAGS="$LDFLAGS -lpthread"
9 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
10 AC_MSG_RESULT([enabling large file support])
11 if test "$ac_cv_prog_gcc" = yes; then
This page took 0.024876 seconds and 4 git commands to generate.