[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] Re: samba -- Unsupported relocation type 6 in non-PLT relocations



>                                           千葉市中央区長洲
>                                                    藤原 誠
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}

---
(藤原)