summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-08-28 07:19:33 +0000
committerngie <ngie@FreeBSD.org>2016-08-28 07:19:33 +0000
commit110e1856c3641e20b503ee8e448964c5365b87d5 (patch)
tree753f79877b46fb0b1f6731769664094c382117be
parent494f7bb59ff89320cd24947943d6bc2c52cf27df (diff)
downloadFreeBSD-src-110e1856c3641e20b503ee8e448964c5365b87d5.zip
FreeBSD-src-110e1856c3641e20b503ee8e448964c5365b87d5.tar.gz
MFC r303804:
Fix building usr.bin/tar/tests with PIE symbol building enabled by removing CFLAGS+= -static `CFLAGS+= -static` was a carryover from pre-r289195 with usr.bin/tar/test/Makefile that should have been specified in LDFLAGS There doesn't seem to be an apparent need for static compilation of the test binaries. Obtained-from: opBSD (418a491eed20d2603ddd1f1bd92c2c0d95094002)
-rw-r--r--usr.bin/tar/tests/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile
index c9b6072..86b6bac 100644
--- a/usr.bin/tar/tests/Makefile
+++ b/usr.bin/tar/tests/Makefile
@@ -9,7 +9,6 @@ ATF_TESTS_SH+= functional_test
BINDIR= ${TESTSDIR}
CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
-CFLAGS+= -static
CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
CFLAGS+= -I${_LIBARCHIVEDIR}/tar -I${_LIBARCHIVEDIR}/test_utils
OpenPOWER on IntegriCloud