From 7187f5bd47143007a0d5ed5e1cc273a6a4fbb541 Mon Sep 17 00:00:00 2001 From: oshogbo Date: Mon, 8 Apr 2019 03:35:47 +0000 Subject: [PATCH] strings: disable Casper support while building native-xtools Reported by: Charlie Li Tested by: Charlie Li --- usr.bin/strings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index 07cbade0ae9a..01dfdc17079f 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -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