6602f49495
This reverts commit 741bf840da
.
This reverts the fallout from reverting the major changes.
14 lines
484 B
Diff
14 lines
484 B
Diff
diff --git a/configure b/configure
|
|
index d199975..66d903b 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -734,7 +734,7 @@ def configure_library(lib, output):
|
|
# libpath needs to be provided ahead libraries
|
|
if pkg_libpath:
|
|
output['libraries'] += (
|
|
- filter(None, map(str.strip, pkg_cflags.split('-L'))))
|
|
+ pkg_libpath.split())
|
|
|
|
default_libs = getattr(options, shared_lib + '_libname')
|
|
default_libs = map('-l{0}'.format, default_libs.split(','))
|