1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

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.
This commit is contained in:
david
2008-05-20 15:43:58 +00:00
parent 8663003c36
commit 2c38a157fa

View File

@@ -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