Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107959626
D8298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
615 B
Referenced Files
None
Subscribers
None
D8298.diff
View Options
Index: head/gnu/lib/Makefile
===================================================================
--- head/gnu/lib/Makefile
+++ head/gnu/lib/Makefile
@@ -4,7 +4,6 @@
SUBDIR= csu
SUBDIR+= libgcc
-SUBDIR+= libregex
SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_GCC}+= libgcov libgomp
@@ -15,6 +14,11 @@
SUBDIR+= libreadline
.endif
+.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
+ ${GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
+SUBDIR+= libregex
+.endif
+
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if ${MK_GNUCXX} != "no"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 11:21 PM (4 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15988455
Default Alt Text
D8298.diff (615 B)
Attached To
Mode
D8298: Build libgnuregex only if necessary for other components
Attached
Detach File
Event Timeline
Log In to Comment