From e098c4fc550d703ac2d6eadd71a343904652f00c Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 25 Feb 2019 18:27:19 +0000 Subject: [PATCH] Revert r344211: wlandebug: disable PIE to fix build failure As of r344530 libifconfig is built as a standard INTERNALLIB and the wlandebug PIE workaround from r344211 can be removed. --- usr.sbin/wlandebug/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/wlandebug/Makefile b/usr.sbin/wlandebug/Makefile index 8f3455f2eba..7ac99331994 100644 --- a/usr.sbin/wlandebug/Makefile +++ b/usr.sbin/wlandebug/Makefile @@ -2,7 +2,6 @@ PROG= wlandebug MAN= wlandebug.8 -MK_PIE:= no LIBADD+= ifconfig