Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 10:48:06 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486511 - head/x11/pixman
Message-ID:  <201812031048.wB3Am6FF091294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812031048.wB3Am6FF091294>