aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-23 01:19:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-23 01:19:12 +0000
commit16c1895f43bdb15383657c0a9a9c8f1d07303777 (patch)
treeab4d312f8a266855fc4eaf9a1ab353424992c928
parentaeba40bb7a5e8328aacc3c0ef009850628b41ff4 (diff)
downloadports-16c1895f43bdb15383657c0a9a9c8f1d07303777.tar.gz
ports-16c1895f43bdb15383657c0a9a9c8f1d07303777.zip
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@sha/mc_sse.obj >>> referenced by ../src/x86/mc_sse.asm >>> src/25a6634@@dav1d@sha/mc_sse.obj:(.text+0x6969) Reported by: pkg-fallout Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2020Q2/; revision=539956
-rw-r--r--multimedia/dav1d/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile
index 015250ca77b3..ad3bf35c3e92 100644
--- a/multimedia/dav1d/Makefile
+++ b/multimedia/dav1d/Makefile
@@ -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