[flac-dev] [PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
Erik de Castro Lopo
mle+la at mega-nerd.com
Sun Feb 5 00:01:07 PST 2012
JonY wrote:
> On 2/5/2012 13:30, Erik de Castro Lopo wrote:
> > Dave Yeo wrote:
> >
> >> ---
> >> configure.ac | 1 +
> >
> > Both applied (first with a minor tweak). Thanks.
> >
> > Erik
>
> Unfortunately, this steps on my patch. Updated patch attached. Cygwin
> really shouldn't be calling win32 API.
>
> On the otherhand, I can't seem to find any ntohl use(???).
Yeah, I've got a patch in an un-merged branch that purges MINGW_WINSOCK_LIBS
and reduces the LT_NO_UNDEFINED section to:
case "$host" in
*-*-cygwin|*mingw*|*emx*)
# define this variable for enabling strict exports with
# libtool; for now, it's supported by Win32 and OS/2
LT_NO_UNDEFINED="-no-undefined"
;;
*)
LT_NO_UNDEFINED=
;;
esac
AC_SUBST(LT_NO_UNDEFINED)
which should please everyone :-).
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the flac-dev
mailing list