Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136344298
D3231.id.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
D3231.id.diff
View Options
Index: head/shells/bash/Makefile
===================================================================
--- head/shells/bash/Makefile
+++ head/shells/bash/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bash
PATCHLEVEL= 39
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= shells
MASTER_SITES= GNU/${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -74,6 +74,9 @@
CONFIGURE_ARGS+= --enable-static-link
.else
CONFIGURE_ARGS+= --disable-static-link
+# Bash symbols must be exported in order to link runtime plugins, i.e.,
+# "enable -f". (Plugins are not supported for bash-static.)
+CFLAGS+= -Wl,-export-dynamic
.endif
post-patch:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 18, 8:12 AM (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25492615
Default Alt Text
D3231.id.diff (676 B)
Attached To
Mode
D3231: bash: Export symbols for "enable -f"
Attached
Detach File
Event Timeline
Log In to Comment