diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-02-08 19:59:08 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-02-13 17:28:04 -0800 |
commit | 1d03df0ddcd0d83bfb49aae76b48fa9247332c75 (patch) | |
tree | 4b286a55e15aa8f7d0720ad7b3e2a29349fcdfa0 /recipes-forensic/afflib/files/configure_rm_ms_flags.patch | |
parent | 401cec248676d1e79d5b486577fa534d8d74f181 (diff) | |
download | meta-security-1d03df0ddcd0d83bfb49aae76b48fa9247332c75.tar.gz |
afflib: new package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-forensic/afflib/files/configure_rm_ms_flags.patch')
-rw-r--r-- | recipes-forensic/afflib/files/configure_rm_ms_flags.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | remove ms lib options when cross compiling | ||
4 | |||
5 | Signed-Off-By: Armin Kuster <akuster808@gmail.com> | ||
6 | |||
7 | Index: 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 | ||