Make sure to use up-to-date libarchive header files from source tree when

compiling tar and not the ones from /usr/include/.

Reviewed by:	kientzle
Approved by:	kientzle
This commit is contained in:
Pawel Jakub Dawidek 2009-09-07 06:37:44 +00:00
parent aed39f0d65
commit b61d9eabb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196911

View File

@ -12,7 +12,7 @@ LDADD+= -lcrypto
.endif
CFLAGS+= -DBSDTAR_VERSION_STRING=\"${BSDTAR_VERSION_STRING}\"
CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../lib/libarchive
SYMLINKS= bsdtar ${BINDIR}/tar
MLINKS= bsdtar.1 tar.1
DEBUG_FLAGS=-g