summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2014-09-09 16:24:28 +0200
committerThomas Orgis2015-03-18 19:05:22 +0100
commitc3ccfaf1a5fe2c1eb8260cf69c171b0c697f6efc (patch)
tree243f872276d4fb510153c932ef52d8ac3b84c6ae
parent60d4dc41b540d59467054ce4b09476a335694894 (diff)
ladspa: as-needed exception
-rwxr-xr-xaudio-libs/ladspa/BUILD2
-rw-r--r--audio-libs/ladspa/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-libs/ladspa/BUILD b/audio-libs/ladspa/BUILD
index 454495e4a7..db3fcb6613 100755
--- a/audio-libs/ladspa/BUILD
+++ b/audio-libs/ladspa/BUILD
@@ -1,6 +1,6 @@
if [ "$LADSPA_SDK" == "y" ]; then
cd $SOURCE_DIRECTORY/src &&
- make CFLAGS="\$(INCLUDES) $CFLAGS"
+ make CFLAGS="\$(INCLUDES) $CFLAGS" LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
else
true
fi
diff --git a/audio-libs/ladspa/HISTORY b/audio-libs/ladspa/HISTORY
index 8dd7f413a0..f0a995f2ec 100644
--- a/audio-libs/ladspa/HISTORY
+++ b/audio-libs/ladspa/HISTORY
@@ -1,3 +1,6 @@
+2014-09-09 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: -Wl,--no-as-needed since filter misses libm otherwise
+
2012-09-22 Sukneet Basuta <sukneet@sourcemage.org>
* PRE_BUILD: added, to apply patch.
* ladspa-1.13-properbuild.patch: added, to apply proper