1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
david
6270d3f7c9 Move -Wno-deprecated-declarations from Makefile.in to configure.ac.
It's a flag specific to GCC, so shouldn't be set unconditionally.
2012-09-19 15:33:56 +00:00
david
7f5d53184c Uniform handling of makefile.dep in makefiles.
"make clean" keeps makefile.dep and "make distclean" deletes it. This
patch is by Michael McTiernan.

http://seclists.org/nmap-dev/2012/q2/827
2012-06-19 14:06:49 +00:00
sean
e53b573688 Added -Wno-deprecated-declarations to the make file to supress the warning
"nmap-update.c: In function ‘checkout_svn’:
nmap-update.c:894:2: warning: ‘svn_client_checkout2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1072) [-Wdeprecated-declarations]" 
Because as was pointed out in http://seclists.org/nmap-dev/2012/q2/818 the SDK for OSX doesn't yet support SVN3
2012-06-19 02:37:51 +00:00
david
899a1314d3 Add --with-apr using the APR_FIND_APR macro from Apache. 2012-02-01 00:38:41 +00:00
david
70f735f35f Install the nmap-update man page. 2012-01-02 03:26:48 +00:00
david
eeecdea68d Copy some code from libsvn to disable username guessing. 2012-01-02 03:10:07 +00:00
david
4cd625f089 Make the destination directory for nmap-update. 2011-12-20 02:50:04 +00:00
david
083065ea3a Add install and uninstall targets. 2011-12-20 02:44:12 +00:00
david
9a615acd22 Use LDFLAGS when linking nmap-update. 2011-12-20 02:37:01 +00:00
david
571a1bab4a Link with libnbase. 2011-12-19 05:16:22 +00:00
david
17aaa5b6f1 Allow svn include files to be in /usr/include or a subversion-1
subdirectory.
2011-12-19 05:16:20 +00:00
david
cefbbb961a Add initial configure.ac and Makefile.in for nmap-update. 2011-12-19 05:16:15 +00:00