From 2c38a157fae29e32c86c84951e66a4bca4380450 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 20 May 2008 15:43:58 +0000 Subject: [PATCH] In macosx/Makefile, export CC, CPPFLAGS, CFLAGS, CXXFLAGS, and LDFLAGS to make-bundle.sh so it can use them to build the binary authorization wrapper. --- macosx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macosx/Makefile b/macosx/Makefile index f39693f50..80eaa1e76 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -53,6 +53,9 @@ stage-nmap: rm -rf $(NMAP_STAGING_DIR) make -C $(NMAP_BUILD_DIR) install DESTDIR="`pwd`/$(NMAP_STAGING_DIR)" +# make-bundle.sh uses these to build its authorization wrapper. +export CC CPPFLAGS CFLAGS CXXFLAGS LDFLAGS + stage-zenmap: mkdir -p $(ZENMAP_STAGING_DIR)/Applications cd ../zenmap && install_scripts/macosx/make-bundle.sh