]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFstable/11 r304951:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Sep 2016 04:27:02 +0000 (04:27 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Sep 2016 04:27:02 +0000 (04:27 +0000)
commit6aa295e6c7b85eecfa65feaec4f1f0bf118e2232
tree71b3d78190d7b0e3cfef354d31a241f5dc2c2fe2
parent5ea9520271481949aa6874fa2446321aa3e26878
MFstable/11 r304951:

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)

git-svn-id: svn://svn.freebsd.org/base/stable/10@305275 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/tar/tests/Makefile