summaryrefslogtreecommitdiff
path: root/package/nmap/patches/patch-liblinear_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 09:22:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-10 04:20:43 +0200
commiteb96c258b5d479528ed9183ed82f3f7f873b7358 (patch)
tree48994601f36e640c69b70552496dcb86d7d353bd /package/nmap/patches/patch-liblinear_Makefile
parentf513c95ed78c5a73c64dff2282f28e326f509a05 (diff)
nmap: update to 7.95
Diffstat (limited to 'package/nmap/patches/patch-liblinear_Makefile')
-rw-r--r--package/nmap/patches/patch-liblinear_Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/nmap/patches/patch-liblinear_Makefile b/package/nmap/patches/patch-liblinear_Makefile
deleted file mode 100644
index fdb24470d..000000000
--- a/package/nmap/patches/patch-liblinear_Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- nmap-6.40.orig/liblinear/Makefile 2011-09-23 23:15:09.000000000 +0200
-+++ nmap-6.40/liblinear/Makefile 2014-02-11 19:38:23.000000000 +0100
-@@ -1,10 +1,10 @@
- CXX ?= g++
- CC ?= gcc
--CFLAGS = -Wall -Wconversion -O3 -fPIC
-+CFLAGS ?= -Wall -Wconversion -O3 -fPIC
- LIBS = blas/blas.a
- SHVER = 1
--AR = ar
--RANLIB = ranlib
-+AR ?= ar
-+RANLIB ?= ranlib
- #LIBS = -lblas
-
- all: train predict