Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105791210
D26258.id76441.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.id76441.diff
View Options
Index: lib/libifconfig/Makefile
===================================================================
--- lib/libifconfig/Makefile
+++ lib/libifconfig/Makefile
@@ -4,6 +4,8 @@
LIB= ifconfig
INTERNALLIB= true
+LIBADD= m
+
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= libifconfig.c \
Index: rescue/rescue/Makefile
===================================================================
--- rescue/rescue/Makefile
+++ rescue/rescue/Makefile
@@ -222,11 +222,12 @@
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
CRUNCH_PROGS_usr.sbin+= iscsid
Index: share/mk/src.libnames.mk
===================================================================
--- share/mk/src.libnames.mk
+++ share/mk/src.libnames.mk
@@ -380,6 +380,7 @@
_DP_zfs_core= nvpair
_DP_zpool= md pthread z nvpair avl umem
_DP_be= zfs nvpair
+_DP_ifconfig= m
# OFED support
.if ${MK_OFED} != "no"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 6:14 PM (15 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15544666
Default Alt Text
D26258.id76441.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