Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163113366
D17074.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
901 B
Referenced Files
None
Subscribers
None
D17074.id.diff
View Options
Index: head/sbin/dhclient/Makefile
===================================================================
--- head/sbin/dhclient/Makefile
+++ head/sbin/dhclient/Makefile
@@ -44,7 +44,9 @@
dhclient-script.8
LIBADD= util
-.if ${MK_CASPER} != "no" && !defined(RESCUE)
+.if ${MK_DYNAMICROOT} == "no"
+.warning ${PROG} built without libcasper support
+.elif ${MK_CASPER} != "no" && !defined(RESCUE)
LIBADD+= casper
LIBADD+= cap_syslog
CFLAGS+=-DWITH_CASPER
Index: head/sbin/ping/Makefile
===================================================================
--- head/sbin/ping/Makefile
+++ head/sbin/ping/Makefile
@@ -11,7 +11,9 @@
WARNS?= 3
LIBADD= m
-.if ${MK_CASPER} != "no" && !defined(RESCUE)
+.if ${MK_DYNAMICROOT} == "no"
+.warning ${PROG} built without libcasper support
+.elif ${MK_CASPER} != "no" && !defined(RESCUE)
LIBADD+= casper
LIBADD+= cap_dns
CFLAGS+=-DWITH_CASPER
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 21, 4:38 AM (2 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35303838
Default Alt Text
D17074.id.diff (901 B)
Attached To
Mode
D17074: Allow dhclient and ping to build WITHOUT_DYNAMICROOT
Attached
Detach File
Event Timeline
Log In to Comment