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:
parent
b94a281e1e
commit
8323b6417c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344211
@ -2,6 +2,7 @@
|
||||
|
||||
PROG= wlandebug
|
||||
MAN= wlandebug.8
|
||||
MK_PIE:= no
|
||||
|
||||
LIBADD+= ifconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user