]> git.pld-linux.org Git - packages/samba.git/blob - samba-libs-needed.patch
- todo cleanup
[packages/samba.git] / samba-libs-needed.patch
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 @@
4  
5  bin/libmsrpc.@SHLIBEXT@: proto_exists $(CAC_OBJ)
6         @echo Linking libmsrpc shared library $@
7 -       @$(SHLD) $(LDSHFLAGS) -o $@ $(CAC_OBJ) $(LIBS) \
8 +       @$(SHLD) $(LDSHFLAGS) -o $@ $(CAC_OBJ) $(LIBS) $(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \
9         @SONAMEFLAG@`basename $@`.$(LIBMSRPC_MAJOR)
10  
11  bin/libmsrpc.a: proto_exists $(CAC_OBJ)
This page took 0.103024 seconds and 3 git commands to generate.