]> git.pld-linux.org Git - packages/samba.git/blob - samba-pthread.patch
- rel 2
[packages/samba.git] / samba-pthread.patch
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.0549 seconds and 3 git commands to generate.