[oe-commits] Khem Raj : samba: Fix build issue on uclibc/arm/thumb

git version control git at git.openembedded.org
Thu Feb 3 22:36:27 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 2a5d85f9fef08942530a029f75b48a6fc369f943
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a5d85f9fef08942530a029f75b48a6fc369f943

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jan 26 16:10:46 2011 +0000

samba: Fix build issue on uclibc/arm/thumb

We get following errors as of now. This patch fixes those

/scratch/oe/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-oe-linux-uclibceabi/4.5.3/../../../../arm-oe-linux-uclibceabi/bin/ld:
/scratch/oe/sysroots/armv5te-oe-linux-uclibceabi/usr/lib//uclibc_nonshared.a(atexit.os)(.text+0x12):
unresolvable R_ARM_THM_CALL relocation against symbol `__cxa_atexit'

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/samba/samba_3.2.15.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/samba/samba_3.2.15.bb b/recipes/samba/samba_3.2.15.bb
index ef2707e..214de58 100644
--- a/recipes/samba/samba_3.2.15.bb
+++ b/recipes/samba/samba_3.2.15.bb
@@ -9,7 +9,7 @@ SRC_URI += "file://configure-3.2.8.patch \
 SRC_URI[md5sum] = "5a3bcc4927c9643b9f42970d0815b18f"
 SRC_URI[sha256sum] = "84281fd1faeffee8558e49dff865dd382abbf78bc1be00f8cb5aa70aeea67d46"
 
-PR = "r3"
+PR = "r4"
 
 EXTRA_OECONF += "\
 	SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \
@@ -22,6 +22,7 @@ EXTRA_OECONF += "\
 	samba_cv_HAVE_WRFILE_KEYTAB=yes \
 	"
 
+EXTRA_OECONF_append_libc-uclibc = " --disable-pie"
 # for arm we always use ARM instruction set
 # gcc 4.5 ICE's in thumb mode
 # see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46934





More information about the Openembedded-commits mailing list