]> git.pld-linux.org Git - packages/samba.git/blame - samba-libs-needed.patch
- added try-restart
[packages/samba.git] / samba-libs-needed.patch
CommitLineData
aead6298
JB
1--- samba-3.0.25a/source/Makefile.in.orig 2007-06-16 18:09:12.204259000 +0200
2+++ samba-3.0.25a/source/Makefile.in 2007-06-16 18:13:52.122097878 +0200
3@@ -1174,7 +1174,7 @@
2437ecc7 4
aead6298 5 bin/libmsrpc.@SHLIBEXT@: proto_exists $(CAC_OBJ)
5fc9dd1b 6 @echo Linking libmsrpc shared library $@
aead6298
JB
7- @$(SHLD) $(LDSHFLAGS) -o $@ $(CAC_OBJ) $(LIBS) \
8+ @$(SHLD) $(LDSHFLAGS) -o $@ $(CAC_OBJ) $(LIBS) $(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \
5fc9dd1b
JR
9 @SONAMEFLAG@`basename $@`.$(LIBMSRPC_MAJOR)
10
aead6298 11 bin/libmsrpc.a: proto_exists $(CAC_OBJ)
This page took 0.021663 seconds and 4 git commands to generate.