shithub: sox

Download patch

ref: f27797e752a6289e1483da69004af56764469269
parent: 8a9ef636df365fcdb0d1c251ab6af75c5b72053a
author: Chris Bagwell <chris@cnpbagwell.com>
date: Sun Jan 29 16:03:10 EST 2012

add back -no-undefined for mingw/cygwin

Libtool will not create DLL's unless this is specified.

--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,7 @@
 case $target in
   *cygwin* | *mingw*)
   AC_LIBTOOL_WIN32_DLL
+  APP_LDFLAGS="-no-undefined"
    ;;
 esac
 AC_PROG_LIBTOOL