Page MenuHomeFreeBSD

D16813.diff
No OneTemporary

D16813.diff

Index: head/archivers/p7zip/Makefile
===================================================================
--- head/archivers/p7zip/Makefile
+++ head/archivers/p7zip/Makefile
@@ -3,7 +3,7 @@
PORTNAME= p7zip
PORTVERSION= 16.02
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= archivers
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all
@@ -25,8 +25,14 @@
CFLAGS_armv7= -fPIC
CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
+CFLAGS_i386= -fPIC
CFLAGS_powerpc= -fPIC
CFLAGS_sparc64= -fPIC
+
+# Fix the build for i386 when WITH_LLD_IS_LD is set
+# https://bugs.freebsd.org/230210
+LDFLAGS+= ${LDFLAGS_${ARCH}}
+LDFLAGS_i386= -Wl,-z,notext
OPTIONS_DEFINE= DOCS

File Metadata

Mime Type
text/plain
Expires
Fri, May 22, 8:59 PM (11 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33430784
Default Alt Text
D16813.diff (676 B)

Event Timeline