# HG changeset patch # User Volker Grabsch # Date 1183558006 0 # Node ID a1195af1b5e6a8b683632f7312133951579a1ea9 # Parent ce7c05a47782c71cfb08b990587526e39faab1da bugfix: enable libMikMod and Vorbis to recognice -lpthreads diff -r ce7c05a47782 -r a1195af1b5e6 build_mingw_cross_env.sh --- a/build_mingw_cross_env.sh Wed Jul 04 06:53:30 2007 +0200 +++ b/build_mingw_cross_env.sh Wed Jul 04 14:06:46 2007 +0000 @@ -1339,6 +1339,7 @@ NM="$TARGET-nm" \ RANLIB="$TARGET-ranlib" \ STRIP="$TARGET-strip" \ + LIBS="-lws2_32" ./configure \ --disable-shared \ --prefix="$PREFIX/$TARGET" \ @@ -1420,7 +1421,8 @@ ./configure \ --host="$TARGET" \ --disable-shared \ - --prefix="$PREFIX/$TARGET" + --prefix="$PREFIX/$TARGET" \ + LIBS="-lws2_32" $MAKE install bin_PROGRAMS= noinst_PROGRAMS= cd "$SOURCE" rm -rfv "libvorbis-$VERSION_vorbis"