mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Sigh, mkdep doesn't know about all the CFLAGS to pass during depend
generation.
This commit is contained in:
parent
d5431fa51e
commit
bdf905f07c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36895
@ -2,8 +2,9 @@
|
||||
|
||||
BIND_DIR=${.CURDIR}/../../contrib/bind
|
||||
|
||||
CFLAGS+= -idirafter ${BIND_DIR}/port/freebsd/include \
|
||||
-idirafter ${BIND_DIR}/include
|
||||
# contrib/bind/include/* must not override any real system includes
|
||||
CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${DESTDIR}/usr/include \
|
||||
-I${BIND_DIR}/include
|
||||
|
||||
LIB= bind
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user