diff options
Diffstat (limited to 'nmap')
-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 \ |