[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Wed Apr 28 23:56:25 MDT 2010


The branch, v3-5-test has been updated
       via  1c39ce1... s3/packaging: make rpm build work by overriding strict linker flags (cherry picked from commit 8f74d38c3a4a853f608fed0bed1b55915d01555a)
      from  a356b04... s3: Fix a winbind crash when scanning trusts

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 1c39ce13c551b0fb5ca1569d7be82a34284f7f06
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Apr 27 17:06:55 2010 +0200

    s3/packaging: make rpm build work by overriding strict linker flags
    (cherry picked from commit 8f74d38c3a4a853f608fed0bed1b55915d01555a)

-----------------------------------------------------------------------

Summary of changes:
 packaging/RHEL/samba.spec.tmpl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index 4d27b1a..ab10f23 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -131,6 +131,9 @@ fi
 ## always run autogen.sh
 ./autogen.sh
 
+## ignore insufficiently linked libreadline (RH bugzilla #499837):
+export LDFLAGS="$LDFLAGS -Wl,--allow-shlib-undefined,--no-as-needed"
+
 CC="$CC" CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
 	--prefix=%{_prefix} \
 	--localstatedir=/var \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list