Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 18:27:19 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344532 - head/usr.sbin/wlandebug
Message-ID:  <201902251827.x1PIRJeq018970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251827.x1PIRJeq018970>