components/nmap/patches/libnetutil.Makefile.in.patch
branchs11-update
changeset 2501 f20006f42637
parent 2500 1d59d8c2a113
child 2502 a97aabb9f4ea
equal deleted inserted replaced
2500:1d59d8c2a113 2501:f20006f42637
     1 --- nmap-5.21/libnetutil/Makefile.in.orig	2011-11-02 17:32:01.256611459 -0700
       
     2 +++ nmap-5.21/libnetutil/Makefile.in	2011-11-02 17:32:50.170962769 -0700
       
     3 @@ -3,7 +3,7 @@
       
     4  
       
     5  CXX = @CXX@
       
     6  CXXFLAGS = @CXXFLAGS@
       
     7 -CPPFLAGS = @CPPFLAGS@ $(DEFS)
       
     8 +CPPFLAGS = -I/usr/include/lua -I../libdnet-stripped/include  -I../nbase -I../nsock/include $(DEFS)
       
     9  DEFS = @DEFS@
       
    10  DEFS += -D_FORTIFY_SOURCE=2
       
    11  AR = ar