diff options
author | Matthias Hentges <oe@hentges.net> | 2004-12-05 11:43:44 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-12-05 11:43:44 +0000 |
commit | b11c411612804621b80016a19ec1203aa1d94942 (patch) | |
tree | 0362aef99754d8e9a5f690066687fcc021e4be7a | |
parent | 959144cc520a6e3044bc1019c5ed0681ae018719 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into handhelds.org:/home/mhentges/OpenEmbedded/packages-devel
2004/12/04 15:00:04+01:00 handhelds.org!CoreDump
Remove GKT1 dependencie of nmap / configure fix
BKrev: 41b2f470nYckwBDyiwiVswhv-0G3Aw
-rw-r--r-- | nmap/nmap-3.77/remove_gtk.patch | 0 | ||||
-rw-r--r-- | nmap/nmap_3.77.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nmap/nmap-3.77/remove_gtk.patch b/nmap/nmap-3.77/remove_gtk.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nmap/nmap-3.77/remove_gtk.patch diff --git a/nmap/nmap_3.77.oe b/nmap/nmap_3.77.oe index e1249a7229..bdc9049c2b 100644 --- a/nmap/nmap_3.77.oe +++ b/nmap/nmap_3.77.oe @@ -9,7 +9,8 @@ PR = "r1" inherit autotools SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tar.bz2 \ - file://autofoo.patch;patch=1" + file://autofoo.patch;patch=1 \ + file://remove_gtk.patch;patch=1" S = "${WORKDIR}/nmap-${PV}" EXTRA_OECONF = "--with-pcap=linux \ |