summaryrefslogtreecommitdiff
path: root/package/nmap/patches/patch-liblinear_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-16 10:48:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-16 10:48:46 +0100
commit3757bab8c484ca0f7ef4e14402f9d1e8f0354d68 (patch)
tree9381b698d1501d5f0a2a6725cb6111b87f3caf81 /package/nmap/patches/patch-liblinear_Makefile
parent5867aad78c4ebd154eace69b026b63d780be0e84 (diff)
parent1764075639d3f0caeb0debe3653fa66176c882b8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nmap/patches/patch-liblinear_Makefile')
-rw-r--r--package/nmap/patches/patch-liblinear_Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/nmap/patches/patch-liblinear_Makefile b/package/nmap/patches/patch-liblinear_Makefile
new file mode 100644
index 000000000..fdb24470d
--- /dev/null
+++ b/package/nmap/patches/patch-liblinear_Makefile
@@ -0,0 +1,16 @@
+--- 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