summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch
new file mode 100644
index 0000000000..3ab0027eeb
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba-3.6.8/undefined-symbols.patch
@@ -0,0 +1,24 @@
1Description: Fix missing symbols
2 Fix missing symbols in libsmbclient (and libnss_wins), and add
3 -Wl,-z,defs to the libsmbclient link options to prevent future
4 instances of undefined symbols.
5 .
6 This should be forwarded upstream once there's a configure test
7 for it.
8Author: Steve Langasek <vorlon@debian.org>
9Bug-Debian: http://bugs.debian.org/281181
10Forwarded: no
11
12Index: experimental/source3/Makefile.in
13===================================================================
14--- experimental.orig/source3/Makefile.in
15+++ experimental/source3/Makefile.in
16@@ -2281,7 +2281,7 @@
17
18 $(LIBSMBCLIENT_SHARED_TARGET_SONAME): $(BINARY_PREREQS) $(LIBSMBCLIENT_OBJ) $(LIBSMBCLIENT_THREAD_OBJ) $(LIBSMBCLIENT_SYMS) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT)
19 @echo Linking shared library $@
20- @$(SHLD_DSO) $(LIBSMBCLIENT_OBJ) $(LIBSMBCLIENT_THREAD_OBJ) \
21+ @$(SHLD_DSO) -Wl,-z,defs $(LIBSMBCLIENT_OBJ) $(LIBSMBCLIENT_THREAD_OBJ) \
22 $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(LIBWBCLIENT_LIBS) $(LIBS) \
23 $(KRB5LIBS) $(LDAP_LIBS) $(NSCD_LIBS) $(ZLIB_LIBS) $(PTHREAD_LDFLAGS) \
24 @SONAMEFLAG@`basename $@`