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:
parent
8770d3bf41
commit
f4d42e86df
@ -2,6 +2,7 @@
|
||||
|
||||
PROG= wlandebug
|
||||
MAN= wlandebug.8
|
||||
MK_PIE:= no
|
||||
|
||||
LIBADD+= ifconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user