]> git.pld-linux.org Git - packages/samba.git/commitdiff
- install cifs.upcall once (Fedora's samba-3.2.4-build.patch)
authorSzymon Siwek <sls@pld-linux.org>
Tue, 14 Oct 2008 02:21:11 +0000 (02:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-install.patch -> 1.1

samba-install.patch [new file with mode: 0644]

diff --git a/samba-install.patch b/samba-install.patch
new file mode 100644 (file)
index 0000000..8234e6a
--- /dev/null
@@ -0,0 +1,21 @@
+commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b
+Author: Günther Deschner <gd@samba.org>
+Date:   Fri Sep 5 14:01:45 2008 +0200
+
+    build: don't install the cifs.upcall binary twice.
+    
+    Guenther
+
+diff --git a/source/Makefile.in b/source/Makefile.in
+index 8b46ab6..b67cfe8 100644
+--- a/source/Makefile.in
++++ b/source/Makefile.in
+@@ -178,7 +178,7 @@ PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \
+ # Note that all executable programs now provide for an optional executable suffix.
+-SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@
++SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@
+ ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@
This page took 1.754576 seconds and 4 git commands to generate.