Remove -I${DESTDIR}/usr/include/openssl from CPPFLAGS; it's unnecessary,
and having it causes the wrong <err.h> to be included.
This commit is contained in:
parent
ef57a67ca1
commit
7532b272b3
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2001/12/31 19:02:49 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2001/12/31 19:24:12 thorpej Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
|
||||
|
@ -18,7 +18,6 @@ CPPFLAGS+= -I. \
|
|||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${DESTDIR}/usr/include/kerberosIV \
|
||||
-I${DESTDIR}/usr/include/krb5 \
|
||||
-I${DESTDIR}/usr/include/openssl \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
|
||||
|
|
Loading…
Reference in New Issue