mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add nmap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@726 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
41
package/nmap/patches/cross-compile.patch
Normal file
41
package/nmap/patches/cross-compile.patch
Normal file
@@ -0,0 +1,41 @@
|
||||
diff -urN nmap-3.81.old/configure nmap-3.81.dev/configure
|
||||
--- nmap-3.81.old/configure 2004-10-17 05:49:33.000000000 +0200
|
||||
+++ nmap-3.81.dev/configure 2005-04-26 14:47:42.000000000 +0200
|
||||
@@ -1339,12 +1339,6 @@
|
||||
fi
|
||||
fi
|
||||
|
||||
-libpcapdir=libpcap-possiblymodified
|
||||
-
|
||||
-
|
||||
-pcredir=libpcre
|
||||
-
|
||||
-
|
||||
ac_config_headers="$ac_config_headers config.h"
|
||||
|
||||
|
||||
diff -urN nmap-3.81.old/Makefile.in nmap-3.81.dev/Makefile.in
|
||||
--- nmap-3.81.old/Makefile.in 2005-02-07 07:14:03.000000000 +0100
|
||||
+++ nmap-3.81.dev/Makefile.in 2005-04-26 14:52:39.000000000 +0200
|
||||
@@ -29,7 +29,7 @@
|
||||
# CFLAGS = $(DEFS) $(INCLS)
|
||||
STATIC =
|
||||
LDFLAGS = @LDFLAGS@ $(STATIC)
|
||||
-LIBS = @LIBNBASE_LIBS@ @LIBNSOCK_LIBS@ @LIBPCRE_LIBS@ @LIBPCAP_LIBS@ @OPENSSL_LIBS@ @LIBS@
|
||||
+LIBS = @LIBNBASE_LIBS@ @LIBNSOCK_LIBS@ -lpcre -lpcap @OPENSSL_LIBS@ @LIBS@
|
||||
# LIBS = -lefence @LIBS@
|
||||
# LIBS = -lrmalloc @LIBS@
|
||||
SHTOOL = ./shtool
|
||||
@@ -69,12 +69,6 @@
|
||||
# all of the prerequisites (e.g. recursive makes and such)
|
||||
FORCE:
|
||||
|
||||
-$(LIBPCREDIR)/libpcre.a: $(LIBPCREDIR)/Makefile FORCE
|
||||
- @echo Compiling libpcre; cd $(LIBPCREDIR) && $(MAKE)
|
||||
-
|
||||
-$(LIBPCAPDIR)/libpcap.a: $(LIBPCAPDIR)/Makefile FORCE
|
||||
- @echo Compiling libpcap; cd $(LIBPCAPDIR) && $(MAKE)
|
||||
-
|
||||
$(NBASEDIR)/libnbase.a: $(NBASEDIR)/Makefile FORCE
|
||||
@echo Compiling libnbase;
|
||||
cd $(NBASEDIR) && $(MAKE)
|
||||
Reference in New Issue
Block a user