svn commit: r486511 - head/x11/pixman

Jan Beich jbeich at FreeBSD.org
Mon Dec 3 10:48:07 UTC 2018


Author: jbeich
Date: Mon Dec  3 10:48:06 2018
New Revision: 486511
URL: https://svnweb.freebsd.org/changeset/ports/486511

Log:
  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

Modified:
  head/x11/pixman/Makefile   (contents, props changed)

Modified: head/x11/pixman/Makefile
==============================================================================
--- head/x11/pixman/Makefile	Mon Dec  3 10:47:49 2018	(r486510)
+++ head/x11/pixman/Makefile	Mon Dec  3 10:48:06 2018	(r486511)
@@ -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"


More information about the svn-ports-all mailing list