mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
8663003c36
commit
2c38a157fa
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue