From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../afflib/files/configure_rm_ms_flags.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-security/recipes-forensic/afflib/files/configure_rm_ms_flags.patch (limited to 'meta-security/recipes-forensic/afflib/files') diff --git a/meta-security/recipes-forensic/afflib/files/configure_rm_ms_flags.patch b/meta-security/recipes-forensic/afflib/files/configure_rm_ms_flags.patch new file mode 100644 index 000000000..ac335001b --- /dev/null +++ b/meta-security/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.1