mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Document gcc-4.0 magic.
This commit is contained in:
parent
4388f4b78f
commit
84648aaeab
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ CONFIGURE_ARGS = --prefix="$(PREFIX)" --with-libdnet=included --with-libpcap=inc
|
|||
# Flags for building universal binaries. See
|
||||
# http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_section_3.html.
|
||||
UNIVERSAL_CONFIGURE_ARGS = --disable-dependency-tracking
|
||||
# gcc-4.0 is used to avoid an error with stdarg.h ("No such file or directory")
|
||||
# when building against the 10.4u SDK on OS X 10.6.
|
||||
UNIVERSAL_CC = gcc-4.0
|
||||
UNIVERSAL_CXX = g++-4.0
|
||||
UNIVERSAL_CPPFLAGS = -isysroot /Developer/SDKs/MacOSX10.4u.sdk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue