]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests/sys/audit: force PIE off
authorEd Maste <emaste@FreeBSD.org>
Fri, 19 Feb 2021 01:41:33 +0000 (20:41 -0500)
committerEd Maste <emaste@FreeBSD.org>
Fri, 19 Feb 2021 01:45:36 +0000 (20:45 -0500)
commit4621c4f2fd179eff0923140da9af122c42dbe78b
treea092a1bd6fcf17e5362fa8740edd6b39c398becf
parent80ab50e1de19ca125f05a13937c796d48c4edd4a
tests/sys/audit: force PIE off

df093aa9463b linked against libprivateauditd.a, but that is currently
(and incorrectly) built as position-dependent.  For now just force PIE
off for this test to fix the WITH_PIE build.

Sponsored by: The FreeBSD Foundation
tests/sys/audit/Makefile