rescue ipf: Remove hacks and link in libipf directly.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
ff87c77cac
commit
ae9f7248f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325632
@ -2396,6 +2396,9 @@ lib/libcasper__L: lib/libnv__L
|
||||
lib/liblzma__L: lib/libthr__L
|
||||
|
||||
_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib}
|
||||
.if ${MK_IPFILTER} != "no"
|
||||
_generic_libs+= sbin/ipf/libipf
|
||||
.endif
|
||||
.for _DIR in ${LOCAL_LIB_DIRS}
|
||||
.if exists(${.CURDIR}/${_DIR}/Makefile) && empty(_generic_libs:M${_DIR})
|
||||
_generic_libs+= ${_DIR}
|
||||
|
@ -108,6 +108,7 @@ CRUNCH_PROGS_sbin+= rtsol
|
||||
|
||||
.if ${MK_IPFILTER} != "no"
|
||||
CRUNCH_PROGS_sbin+= ipf
|
||||
CRUNCH_LIBS_ipf+= ${LIBIPF}
|
||||
.endif
|
||||
|
||||
.if ${MK_ROUTED} != "no"
|
||||
|
@ -30,10 +30,7 @@ ipf_l.h: lexer.h
|
||||
sed -e 's/yy/ipf_yy/g' \
|
||||
${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.if defined(RESCUE)
|
||||
LIBIPF_SRCS!= cd ${.CURDIR:H}/libipf && ${MAKE} -V SRCS
|
||||
SRCS+= ${LIBIPF_SRCS}
|
||||
.else
|
||||
.if !defined(RESCUE)
|
||||
LIBADD+= pcap
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user