open-plc-utils: new package
[buildroot-gz.git] / package / samba / 0001-fix-smbd-libs-avahi.patch
blob6624f57f6c6121e2d7a7ee15f8ea32135ba4eee5
1 Expliticly link with -lpthread if smbd is compiled with
2 avahi support. Otherwise the binary will fail to run.
4 Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
6 diff -Nura samba-3.6.16.orig/source3/Makefile.in samba-3.6.16/source3/Makefile.in
7 --- samba-3.6.16.orig/source3/Makefile.in 2013-06-21 08:12:39.995871935 -0300
8 +++ samba-3.6.16/source3/Makefile.in 2013-06-21 08:13:17.778103805 -0300
9 @@ -1783,7 +1783,7 @@
10 $(KRB5LIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) \
11 $(ACL_LIBS) $(PASSDB_LIBS) $(LIBS) $(DNSSD_LIBS) $(AVAHI_LIBS) \
12 $(POPT_LIBS) @SMBD_LIBS@ $(LIBTALLOC_LIBS) $(LIBTEVENT_LIBS) $(LIBTDB_LIBS) \
13 - $(LIBWBCLIENT_LIBS) $(ZLIB_LIBS)
14 + $(LIBWBCLIENT_LIBS) $(ZLIB_LIBS) $(PTHREAD_LDFLAGS)
16 bin/nmbd@EXEEXT@: $(BINARY_PREREQS) $(NMBD_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTEVENT) $(LIBTDB) $(LIBWBCLIENT)
17 @echo Linking $@