summaryrefslogtreecommitdiffstats
path: root/meta-security/recipes-forensic/afflib/files/configure_rm_ms_flags.patch
blob: ac335001bbd39b4e8b72da67b0392019b3206528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Upstream-Status: Inappropriate [configuration]

remove ms lib options when cross compiling

Signed-Off-By: Armin Kuster <akuster808@gmail.com>

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
OpenPOWER on IntegriCloud