Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115730734
D45346.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
D45346.diff
View Options
diff --git a/share/mk/bsd.symver.mk b/share/mk/bsd.symver.mk
--- a/share/mk/bsd.symver.mk
+++ b/share/mk/bsd.symver.mk
@@ -44,7 +44,7 @@
# Run the symbol maps through the C preprocessor before passing
# them to the symbol version generator.
${VERSION_MAP}: ${VERSION_DEF} ${_vgen} ${SYMBOL_MAPS}
- cat ${SYMBOL_MAPS} | ${CPP} - - \
+ cat ${SYMBOL_MAPS} | ${CPP} ${CFLAGS} - - \
| awk -v vfile=${VERSION_DEF} -f ${_vgen} > ${.TARGET}
.endif # !empty(VERSION_DEF) && !empty(SYMBOL_MAPS)
.endif # !target(__<bsd.symver.mk>__)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 7:58 PM (16 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17833237
Default Alt Text
D45346.diff (536 B)
Attached To
Mode
D45346: bsd.symver.mk: pass $CFLAGS to $CPP invocation
Attached
Detach File
Event Timeline
Log In to Comment