Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157475087
D16813.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
676 B
Referenced Files
None
Subscribers
None
D16813.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16813: archivers/p7zip: Fix build with LLD
Attached
Detach File
Event Timeline
Log In to Comment