Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161654926
D26258.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26258.diff
View Options
Index: head/lib/libifconfig/Makefile
===================================================================
--- head/lib/libifconfig/Makefile
+++ head/lib/libifconfig/Makefile
@@ -4,6 +4,8 @@
LIB= ifconfig
INTERNALLIB= true
+LIBADD= m
+
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= libifconfig.c \
Index: head/rescue/rescue/Makefile
===================================================================
--- head/rescue/rescue/Makefile
+++ head/rescue/rescue/Makefile
@@ -222,10 +222,11 @@
CRUNCH_PROGS_usr.sbin+= chown
CRUNCH_ALIAS_chown= chgrp
##################################################################
-CRUNCH_LIBS+= -lm
CRUNCH_LIBS+= ${OBJTOP}/lib/libifconfig/libifconfig.a
CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig
+
+CRUNCH_LIBS+= -lm
.if ${MK_ISCSI} != "no"
CRUNCH_PROGS_usr.bin+= iscsictl
Index: head/share/mk/src.libnames.mk
===================================================================
--- head/share/mk/src.libnames.mk
+++ head/share/mk/src.libnames.mk
@@ -390,6 +390,7 @@
_DP_zutil= avl tpool
_DP_be= zfs spl nvpair
_DP_netmap=
+_DP_ifconfig= m
# OFED support
.if ${MK_OFED} != "no"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 3:53 PM (1 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34739627
Default Alt Text
D26258.diff (1 KB)
Attached To
Mode
D26258: libifconfig now depends on libm due to usage of log10().
Attached
Detach File
Event Timeline
Log In to Comment