]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
svn: support building with WITH_PIE
authoremaste <emaste@FreeBSD.org>
Thu, 21 Feb 2019 15:08:25 +0000 (15:08 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 21 Feb 2019 15:08:25 +0000 (15:08 +0000)
commit0514659c04d60e80d67c421eba9cee2c388229e3
treef12813f2f05dd80efef1df53a2d1c7ce5c071dd0
parent621218a1ed187511c4478fba2ce62874e8d8e906
svn: support building with WITH_PIE

Subversion builds and links against its own .a archives using local
rules, so did not benefit from with the WITH_PIE library support added
in r344179.  Apply the same _pie suffix locally.

Reviewed by: cem
Differential Revision: https://reviews.freebsd.org/D19246
12 files changed:
usr.bin/svn/Makefile.inc
usr.bin/svn/svn/Makefile
usr.bin/svn/svnadmin/Makefile
usr.bin/svn/svnbench/Makefile
usr.bin/svn/svndumpfilter/Makefile
usr.bin/svn/svnfsfs/Makefile
usr.bin/svn/svnlook/Makefile
usr.bin/svn/svnmucc/Makefile
usr.bin/svn/svnrdump/Makefile
usr.bin/svn/svnserve/Makefile
usr.bin/svn/svnsync/Makefile
usr.bin/svn/svnversion/Makefile