shithub: sox

Download patch

ref: 34d888657de9e564bf08f4d04e677653e28277fd
parent: 579fae4ab7d37423aee4d9cdf7a29f9d96c2b764
author: Mans Rullgard <mans@mansr.com>
date: Sun Aug 16 13:21:25 EDT 2020

build: drop dlopen from LT_INIT options

The -dlopen flag of libtool is not used, so the dlopen option is
not needed.

--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@
     using_libltdl=$with_libltdl
 fi
 
-LT_INIT([dlopen win32-dll])
+LT_INIT([win32-dll])
 AC_SUBST(LIBTOOL_DEPS)
 
 AC_ARG_WITH(dyn-default,AS_HELP_STRING([--with-dyn-default],[Default to loading optional formats dynamically]),opt_default=dyn,opt_default=yes)