From e43476119b2eaf46eaed71e5d72195a2b7fa9507 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Thu, 21 Jan 2010 12:16:37 +0100 Subject: [PATCH] contrib: fix link flags for live555 on WinCE --- extras/contrib/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index fc3039e4dc..3d61af880d 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1231,6 +1231,7 @@ ifdef HAVE_WIN32 (cd $<;./genMakefiles mingw && make $(HOSTCC)) else ifdef HAVE_WINCE + (cd $<; sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw) (cd $<;./genMakefiles mingw && make $(HOSTCC)) else ifdef HAVE_DARWIN_OS -- 2.39.2