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:
emaste 2019-02-16 12:49:55 +00:00
parent 8770d3bf41
commit f4d42e86df

View File

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