]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
svn: support building with WITH_PIE
authorEd Maste <emaste@FreeBSD.org>
Thu, 21 Feb 2019 15:08:25 +0000 (15:08 +0000)
committerEd Maste <emaste@FreeBSD.org>
Thu, 21 Feb 2019 15:08:25 +0000 (15:08 +0000)
commit33c1ce3b72d96d4b5ea28cf90fe186fd85357ee4
treef12813f2f05dd80efef1df53a2d1c7ce5c071dd0
parenta8bc5594db0cf7784e6bf299e59b28e37a73ae23
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