]> git.pld-linux.org Git - packages/samba.git/commitdiff
- fix build with gcc 4.6 auto/th/samba-3_5_9-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Jul 2011 12:27:49 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-smbwrapper.patch -> 1.9

samba-smbwrapper.patch

index 0a7095a8846825d47bf0e5eae96dd39740fbf6e6..40417c13ed7efd0f93095f111ae365d96765bd1f 100644 (file)
@@ -67,3 +67,14 @@ diff -urN samba-3.0.25a.org/examples/libsmbclient/smbwrapper/wrapper.h samba-3.0
          int (* rename)(char *oldname, char *newname);
          int (* rmdir)(char *name);
          int (* symlink)(char *topath, char *frompath);
+--- samba-3.5.9/examples/libsmbclient/smbwrapper/Makefile~     2011-07-25 13:34:46.000000000 +0200
++++ samba-3.5.9/examples/libsmbclient/smbwrapper/Makefile      2011-07-25 13:50:38.081681589 +0200
+@@ -22,7 +22,7 @@
+       $(CC) -g \
+               -Wl,-init=smbw_initialize \
+               -shared \
+-              --export-all-symbols \
++              -fexport-all-symbols \
+               -o $(BIN)/smbwrapper.so \
+               $(SMBWRAPPER_OBJS) \
+               $(LDFLAGS) \
This page took 1.752721 seconds and 4 git commands to generate.