mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:11:08 +01:00
Fix underlinking in lib80211 and define static dependencies in src.libnames.mk
so NO_SHARED works properly. Reported by: Manfred Antar <null@pozo.com> Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
e697d2ee0b
commit
3a42764af7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291600
@ -8,6 +8,8 @@ SRCS= lib80211_regdomain.c lib80211_ioctl.c
|
|||||||
INCSDIR= ${INCLUDEDIR}/lib80211
|
INCSDIR= ${INCLUDEDIR}/lib80211
|
||||||
INCS= lib80211_regdomain.h lib80211_ioctl.h
|
INCS= lib80211_regdomain.h lib80211_ioctl.h
|
||||||
|
|
||||||
|
LIBADD= sbuf bsdxml
|
||||||
|
|
||||||
MAN= lib80211.3
|
MAN= lib80211.3
|
||||||
|
|
||||||
CFLAGS+=-I${.CURDIR}
|
CFLAGS+=-I${.CURDIR}
|
||||||
|
@ -162,6 +162,7 @@ _LIBRARIES= \
|
|||||||
ypclnt \
|
ypclnt \
|
||||||
z
|
z
|
||||||
|
|
||||||
|
_DP_80211= sbuf bsdxml
|
||||||
_DP_archive= z bz2 lzma bsdxml
|
_DP_archive= z bz2 lzma bsdxml
|
||||||
.if ${MK_OPENSSL} != "no"
|
.if ${MK_OPENSSL} != "no"
|
||||||
_DP_archive+= crypto
|
_DP_archive+= crypto
|
||||||
|
Loading…
Reference in New Issue
Block a user