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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user