From 1d03df0ddcd0d83bfb49aae76b48fa9247332c75 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 8 Feb 2015 19:59:08 -0800 Subject: afflib: new package Signed-off-by: Armin Kuster --- .../afflib/files/configure_rm_ms_flags.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-forensic/afflib/files/configure_rm_ms_flags.patch (limited to 'recipes-forensic/afflib/files/configure_rm_ms_flags.patch') diff --git a/recipes-forensic/afflib/files/configure_rm_ms_flags.patch b/recipes-forensic/afflib/files/configure_rm_ms_flags.patch new file mode 100644 index 0000000..ac33500 --- /dev/null +++ b/recipes-forensic/afflib/files/configure_rm_ms_flags.patch @@ -0,0 +1,18 @@ +Upstream-Status: Inappropriate [configuration] + +remove ms lib options when cross compiling + +Signed-Off-By: Armin Kuster + +Index: configure.ac +=================================================================== +--- a.orig/configure.ac ++++ a/configure.ac +@@ -47,7 +47,6 @@ if test x"${cross_compiling}" = "xno" ; + AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ]) + else + AC_MSG_NOTICE([Cross Compiling --- will not update CPPFALGS or LDFLAGS with /usr/local, /opt/local or /sw]) +- LIBS="$LIBS -lws2_32 -lgdi32" + fi + + if test -r /bin/uname.exe ; then -- cgit v1.2.3-54-g00ecf