[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] Re: samba -- Unsupported relocation type 6 in non-PLT relocations
- Subject: [patch] Re: samba -- Unsupported relocation type 6 in non-PLT relocations
- From: 藤原 誠/Makoto Fujiwara<makoto@ki.nu>
- To: port-powerpc-ja@jp.netbsd.org
- Date: Thu, 12 Oct 2006 09:52:23 +0900
- Message-ID: <yfmhcyaqrso.wl%makoto@ki.nu>
- In-Reply-To: <yfmu055n6kb.wl%makoto@ki.nu>
- References: <yfmhd8eb6c5.wl%makoto@ki.nu><yfmzmf36ium.wl%makoto@ki.nu><yfmu055n6kb.wl%makoto@ki.nu>
- Delivered-To: mailing list port-powerpc-ja@jp.netbsd.org
- Mailing-List: contact port-powerpc-ja-help@jp.netbsd.org; run by ezmlm-idx
- User-Agent: Wanderlust/2.15.3 (Almost Unreal) SEMI/1.14.6 (Maruoka)FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.50(powerpc-unknown-netbsd3.99.21) MULE/5.0 (賢木)
> 千葉市中央区長洲
> 藤原 誠
sandpoint でも同じようになってしまいました。
このようにするのが良さそうです。
Index: net/samba/Makefile
===================================================================
RCS file: /e/s900/cvsync/pkgsrc/net/samba/Makefile,v
retrieving revision 1.165
diff -u -r1.165 Makefile
--- net/samba/Makefile 1 Oct 2006 14:58:38 -0000 1.165
+++ net/samba/Makefile 12 Oct 2006 00:01:37 -0000
@@ -57,6 +57,9 @@
CONFIGURE_ARGS+= --with-swatdir=${PREFIX}/share/samba/swat
CONFIGURE_ARGS+= --with-libsmbclient
+.if (${MACHINE_ARCH} == "powerpc")
+CONFIGURE_ARGS+= --disable-pie
+.endif
.include "../../converters/libiconv/buildlink3.mk"
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
---
(藤原)