summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-10-29 13:31:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:15 -0500
commit7ec71aa20d43fd45dd9321e42ada93ee10fd1d45 (patch)
tree829da267bc12da10dbdb2b3cf735d5de27639dd5 /packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch
parentfa75e8c1d482cdbad2ff074eccb2baf8d5bba856 (diff)
downloadsamba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.tar.gz
samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.tar.bz2
samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.zip
r11398: Keep s3 in sync with trunk
(This used to be commit 7fc05b79643c93eaf0ef028a7337889ed21c52ba)
Diffstat (limited to 'packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch')
-rw-r--r--packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch b/packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch
new file mode 100644
index 0000000000..55e8be0d15
--- /dev/null
+++ b/packaging/Debian/debian-unstable/patches/nonpic-libsmbclient.patch
@@ -0,0 +1,26 @@
+diff -uNr samba-3.0.14a.orig/source/Makefile.in samba-3.0.14a/source/Makefile.in
+--- samba-3.0.14a.orig/source/Makefile.in 2005-06-08 05:53:54.000000000 -0700
++++ samba-3.0.14a/source/Makefile.in 2005-06-08 05:55:21.000000000 -0700
+@@ -1000,9 +1000,9 @@
+ $(KRB5LIBS) $(LDAP_LIBS) \
+ @SONAMEFLAG@`basename $@`.$(LIBSMBCLIENT_MAJOR)
+
+-bin/libsmbclient.a: $(LIBSMBCLIENT_PICOBJS)
++bin/libsmbclient.a: $(LIBSMBCLIENT_OBJS)
+ @echo Linking libsmbclient non-shared library $@
+- @-$(AR) -rc $@ $(LIBSMBCLIENT_PICOBJS)
++ @-$(AR) -rc $@ $(LIBSMBCLIENT_OBJS)
+
+ # This is probably wrong for anything other than the GNU linker.
+ bin/libbigballofmud.@SHLIBEXT@: $(LIBBIGBALLOFMUD_PICOBJS)
+@@ -1251,8 +1251,8 @@
+ @echo "Linking shared library $@"
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_PICOOBJ) -lpam $(DYNEXP) $(LIBS) -lc $(LDAP_LIBS) $(KRB5LIBS)
+
+-bin/libmsrpc.a: $(LIBMSRPC_PICOBJ)
+- @-$(AR) -rc $@ $(LIBMSRPC_PICOBJ)
++bin/libmsrpc.a: $(LIBMSRPC_OBJ)
++ @-$(AR) -rc $@ $(LIBMSRPC_OBJ)
+
+ bin/tdbbackup@EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy
+ @echo Linking $@