summaryrefslogtreecommitdiffstats
path: root/recipes-forensic/sleuth/files/fix_host_poison.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-15 13:53:31 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit64153a0f5159d73e020ab2bfa072198ba13de2a1 (patch)
tree9c1415ab822b22514a4ab8aa5d2993fea0ecd99c /recipes-forensic/sleuth/files/fix_host_poison.patch
parent76ae9a21f78712c4d48acd365eef598c862b219b (diff)
downloadmeta-security-64153a0f5159d73e020ab2bfa072198ba13de2a1.tar.gz
forensics: drop all un supported pacakges
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-forensic/sleuth/files/fix_host_poison.patch')
-rw-r--r--recipes-forensic/sleuth/files/fix_host_poison.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-forensic/sleuth/files/fix_host_poison.patch b/recipes-forensic/sleuth/files/fix_host_poison.patch
deleted file mode 100644
index 03b1fb9..0000000
--- a/recipes-forensic/sleuth/files/fix_host_poison.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Don't use host include or lib paths in *FLAGS
4
5Signed-off-by: Armin Kuster <akuster808@gmail.com>
6
7Index: configure.ac
8===================================================================
9--- a/configure.ac
10+++ b/configure.ac
11@@ -84,12 +84,6 @@ AX_PTHREAD([
12 LDFLAGS="$LDFLAGS $PTHREAD_CFLAGS"
13 CC="$PTHREAD_CC"],[])
14
15-dnl Not all compilers include /usr/local in the include and link path
16-if test -d /usr/local/include; then
17- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
18- LDFLAGS="$LDFLAGS -L/usr/local/lib"
19-fi
20-
21 dnl Add enable/disable option
22 AC_ARG_ENABLE([java],
23 [AS_HELP_STRING([--disable-java], [Do not build the java bindings or jar file])])