diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-02-10 11:22:49 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-02-10 11:22:49 (GMT) |
commit | 3d88ea1d02da04906066aca417d11ea9f69ef14a (patch) | |
tree | 5d537efce5a57f39c714da01aba9983251b170c5 /src/portaudio.mk | |
parent | f97102a24d58aec7dc59457c2857528c7cc3dc52 (diff) | |
download | mxe-3d88ea1d02da04906066aca417d11ea9f69ef14a.zip mxe-3d88ea1d02da04906066aca417d11ea9f69ef14a.tar.gz mxe-3d88ea1d02da04906066aca417d11ea9f69ef14a.tar.bz2 |
package portaudio: add comments and reference for shared lib workaround
Diffstat (limited to 'src/portaudio.mk')
-rw-r--r-- | src/portaudio.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/portaudio.mk b/src/portaudio.mk index 0800278..40b3744 100644 --- a/src/portaudio.mk +++ b/src/portaudio.mk @@ -18,6 +18,10 @@ endef define $(PKG)_BUILD cd '$(1)' && autoconf + # libtool looks for a pei* format when linking shared libs + # apparently there's no real difference b/w pei and pe + # so we set the libtool cache variables + # https://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libpei.h?annotate=1.25&cvsroot=src cd '$(1)' && ./configure \ $(MXE_CONFIGURE_OPTS) \ --with-host_os=mingw \ |