Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153542126
D7881.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
645 B
Referenced Files
None
Subscribers
None
D7881.id.diff
View Options
Index: head/dns/dnsmasq/Makefile
===================================================================
--- head/dns/dnsmasq/Makefile
+++ head/dns/dnsmasq/Makefile
@@ -96,8 +96,8 @@
pre-configure: pretty-print-config
.if ${PORT_OPTIONS:MIDN}
.if empty(PORT_OPTIONS:MNLS)
- @if ${OBJDUMP} -p ${LOCALBASE}/lib/libidn.so \
- | ${EGREP} -q 'NEEDED[[:space:]]+libintl\.so' ; \
+ @if ${READELF} -d ${LOCALBASE}/lib/libidn.so \
+ | ${EGREP} -q '\<NEEDED\>.*\[libintl\.so' ; \
then ${ECHO} ; ${ECHO} 'WARNING: dns/libidn was compiled with NLS support!' ; \
${ECHO} 'Recompile libidn WITHOUT_NLS to get rid of NLS dependencies.' ; ${ECHO} ; \
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 6:56 PM (7 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31931228
Default Alt Text
D7881.id.diff (645 B)
Attached To
Mode
D7881: dns/dnsmasq{,-devel}: Replace objdump by readelf. Fixes build on arm64.
Attached
Detach File
Event Timeline
Log In to Comment