[SCM] mda-lv2/master: Fix linking order to avoid FTBFS with binutils-gold.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Nov 30 10:11:38 UTC 2010
The following commit has been merged in the master branch:
commit 27769bfa76ccab0e697069f21ca261ddbf562c3c
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 30 11:11:28 2010 +0100
Fix linking order to avoid FTBFS with binutils-gold.
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 78db897..3218758 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,10 +1,11 @@
Description: Adjust installation path.
Pass every single file to gendata to avoid FTBFS.
+ Fix linking order to avoid FTBFS with binutils-gold.
Author: Alessio Treglia <alessio at debian.org>
Forwarded: no
---
- Makefile | 9 +++++++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
+ Makefile | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
--- mda-lv2.orig/Makefile
+++ mda-lv2/Makefile
@@ -35,3 +36,12 @@ Forwarded: no
@echo "*** Ignore the above non-error about loading images! ***"
install:
+@@ -103,7 +108,7 @@ uninstall:
+ src/%.cpp: src/%.h lvz/audioeffectx.h
+
+ lvz/gendata: lvz/gendata.cpp lvz/audioeffectx.h
+- $(CXX) $(CFLAGS) -ldl $< -o $@
++ $(CXX) $(CFLAGS) $< -ldl -o $@
+
+ mda.lv2/%GUI.so: src/%GUI.cpp src/%.cpp lvz/gui_wrapper.cpp vstgui/vstgui.cpp vstgui/vstgui.h vstgui/vstcontrols.cpp vstgui/vstcontrols.h
+ if [ $(BUILD_GUI) ]; then \
--
mda-lv2 packaging
More information about the pkg-multimedia-commits
mailing list