svn commit: r344532 - head/usr.sbin/wlandebug

Ed Maste emaste at FreeBSD.org
Mon Feb 25 18:27:20 UTC 2019


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
 


More information about the svn-src-all mailing list