svn commit: r346023 - head/usr.bin/strings

Mariusz Zaborski oshogbo at FreeBSD.org
Tue Sep 3 14:06:33 UTC 2019


Author: oshogbo
Date: Mon Apr  8 03:35:47 2019
New Revision: 346023
URL: https://svnweb.freebsd.org/changeset/base/346023

Log:
  strings: disable Casper support while building native-xtools
  
  Reported by:	Charlie Li
  Tested by:	Charlie Li

Modified:
  head/usr.bin/strings/Makefile

Modified: head/usr.bin/strings/Makefile
==============================================================================
--- head/usr.bin/strings/Makefile	Sun Apr  7 21:01:02 2019	(r346022)
+++ head/usr.bin/strings/Makefile	Mon Apr  8 03:35:47 2019	(r346023)
@@ -10,7 +10,7 @@ PROG=	strings
 
 LIBADD=	elftc elf
 
-.if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING)
+.if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING) && !defined(NXB_TARGET)
 LIBADD+=	casper
 LIBADD+=	cap_fileargs
 CFLAGS+=	-DWITH_CASPER




More information about the svn-src-head mailing list