Author: emaste Date: Mon Feb 25 18:27:19 2019 New Revision: 344532 URL: https://svnweb.freebsd.org/changeset/base/344532
Log: 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. Modified: head/usr.sbin/wlandebug/Makefile Modified: head/usr.sbin/wlandebug/Makefile ============================================================================== --- head/usr.sbin/wlandebug/Makefile Mon Feb 25 18:25:53 2019 (r344531) +++ head/usr.sbin/wlandebug/Makefile Mon Feb 25 18:27:19 2019 (r344532) @@ -2,7 +2,6 @@ PROG= wlandebug MAN= wlandebug.8 -MK_PIE:= no LIBADD+= ifconfig _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"