1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

wlandebug: disable PIE to fix build failure

libifconfig is built as a static-only PRIVATELIB (and there is no _pie.a
version) so disable PIE in libifconfig's consumer.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2019-02-16 12:49:55 +00:00
parent b94a281e1e
commit 8323b6417c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344211

View File

@ -2,6 +2,7 @@
PROG= wlandebug
MAN= wlandebug.8
MK_PIE:= no
LIBADD+= ifconfig