![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / samba30 / Attic / hacks.mk (download)
Revision 1.1.1.1 (vendor branch), Thu Dec 15 22:23:24 2011 UTC (11 years, 1 month ago) by asau
Reimport Samba 3.0.37 from net/samba as net/samba30 as part of Samba packages rotation. |
# $NetBSD: hacks.mk,v 1.1.1.1 2011/12/15 22:23:24 asau Exp $ # Enabling PIE results in a 'Unsupported relocation type 6 in non-PLT # relocations' error under NetBSD/macppc. .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "powerpc" PKG_HACKS+= pie CONFIGURE_ARGS+= --disable-pie .endif