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 _______________________________________________ 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"