svn commit: r539956 - branches/2020Q2/multimedia/dav1d

Jan Beich jbeich at FreeBSD.org
Tue Jun 23 01:19:12 UTC 2020


Author: jbeich
Date: Tue Jun 23 01:19:12 2020
New Revision: 539956
URL: https://svnweb.freebsd.org/changeset/ports/539956

Log:
  MFH: r539955
  
  multimedia/dav1d: unbreak on 12.1 i386 after r539947
  
  ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
  >>> defined in src/25a6634@@dav1d at sha/mc_sse.obj
  >>> referenced by ../src/x86/mc_sse.asm
  >>>               src/25a6634@@dav1d at sha/mc_sse.obj:(.text+0x6969)
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q2/multimedia/dav1d/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/multimedia/dav1d/Makefile
==============================================================================
--- branches/2020Q2/multimedia/dav1d/Makefile	Tue Jun 23 01:18:45 2020	(r539955)
+++ branches/2020Q2/multimedia/dav1d/Makefile	Tue Jun 23 01:19:12 2020	(r539956)
@@ -20,6 +20,7 @@ USE_LDCONFIG=	yes
 GL_SITE=	https://code.videolan.org
 GL_ACCOUNT=	videolan
 GL_COMMIT=	e9df70c4348a3f9ba7269feacd17cfb57bf23852
+LDFLAGS_i386=	-Wl,-z,notext
 
 OPTIONS_DEFINE=	SDL TEST
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list