libifconfig now depends on libm due to usage of log10().
ld.bfd in particular requires -lm to come after libifconfig on the command line when linking rescue. Reviewed by: freqlabs, adrian Differential Revision: https://reviews.freebsd.org/D26258
This commit is contained in:
parent
6a10e058a4
commit
b17cb2b1f3
@ -4,6 +4,8 @@ PACKAGE= lib${LIB}
|
|||||||
LIB= ifconfig
|
LIB= ifconfig
|
||||||
INTERNALLIB= true
|
INTERNALLIB= true
|
||||||
|
|
||||||
|
LIBADD= m
|
||||||
|
|
||||||
SHLIBDIR?= /lib
|
SHLIBDIR?= /lib
|
||||||
SHLIB_MAJOR= 1
|
SHLIB_MAJOR= 1
|
||||||
SRCS= libifconfig.c \
|
SRCS= libifconfig.c \
|
||||||
|
@ -222,11 +222,12 @@ CRUNCH_PROGS_usr.sbin+= chroot
|
|||||||
CRUNCH_PROGS_usr.sbin+= chown
|
CRUNCH_PROGS_usr.sbin+= chown
|
||||||
CRUNCH_ALIAS_chown= chgrp
|
CRUNCH_ALIAS_chown= chgrp
|
||||||
##################################################################
|
##################################################################
|
||||||
CRUNCH_LIBS+= -lm
|
|
||||||
|
|
||||||
CRUNCH_LIBS+= ${OBJTOP}/lib/libifconfig/libifconfig.a
|
CRUNCH_LIBS+= ${OBJTOP}/lib/libifconfig/libifconfig.a
|
||||||
CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig
|
CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig
|
||||||
|
|
||||||
|
CRUNCH_LIBS+= -lm
|
||||||
|
|
||||||
.if ${MK_ISCSI} != "no"
|
.if ${MK_ISCSI} != "no"
|
||||||
CRUNCH_PROGS_usr.bin+= iscsictl
|
CRUNCH_PROGS_usr.bin+= iscsictl
|
||||||
CRUNCH_PROGS_usr.sbin+= iscsid
|
CRUNCH_PROGS_usr.sbin+= iscsid
|
||||||
|
@ -390,6 +390,7 @@ _DP_zpool= md pthread z icp spl nvpair avl umem
|
|||||||
_DP_zutil= avl tpool
|
_DP_zutil= avl tpool
|
||||||
_DP_be= zfs spl nvpair
|
_DP_be= zfs spl nvpair
|
||||||
_DP_netmap=
|
_DP_netmap=
|
||||||
|
_DP_ifconfig= m
|
||||||
|
|
||||||
# OFED support
|
# OFED support
|
||||||
.if ${MK_OFED} != "no"
|
.if ${MK_OFED} != "no"
|
||||||
|
Loading…
Reference in New Issue
Block a user