From 93462f36794abd13e99c24c55b448cc140a50a6d Mon Sep 17 00:00:00 2001 From: jbeich Date: Mon, 3 Dec 2018 10:48:06 +0000 Subject: x11/pixman: mark as LLD_UNSAFE /usr/bin/ld: error: can't create dynamic relocation R_ARM_V4BX against local symbol in readonly segment; recompile object files with -fPIC >>> defined in ./.libs/libpixman-arm-simd.a(pixman-arm-simd-asm-scaled.o) >>> referenced by pixman-arm-simd-asm-scaled.o:(.text+0x1B8) in archive ./.libs/libpixman-arm-simd.a PR: 233740 Reported by: Charlie Li Approved by: portmgr blanket --- x11/pixman/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11') diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 5b482ef96ced..c81a555df21d 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -29,6 +29,7 @@ MAKE_ARGS= SUBDIRS=pixman .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as" +LLD_UNSAFE= yes .endif .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" -- cgit