summaryrefslogtreecommitdiffstats
path: root/recipes-forensic/afflib/files/configure_rm_ms_flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-forensic/afflib/files/configure_rm_ms_flags.patch')
-rw-r--r--recipes-forensic/afflib/files/configure_rm_ms_flags.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-forensic/afflib/files/configure_rm_ms_flags.patch b/recipes-forensic/afflib/files/configure_rm_ms_flags.patch
deleted file mode 100644
index ac33500..0000000
--- a/recipes-forensic/afflib/files/configure_rm_ms_flags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3remove ms lib options when cross compiling
4
5Signed-Off-By: Armin Kuster <akuster808@gmail.com>
6
7Index: configure.ac
8===================================================================
9--- a.orig/configure.ac
10+++ a/configure.ac
11@@ -47,7 +47,6 @@ if test x"${cross_compiling}" = "xno" ;
12 AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ])
13 else
14 AC_MSG_NOTICE([Cross Compiling --- will not update CPPFALGS or LDFLAGS with /usr/local, /opt/local or /sw])
15- LIBS="$LIBS -lws2_32 -lgdi32"
16 fi
17
18 if test -r /bin/uname.exe ; then