[SCM] jacktrip/master: also pass LDFLAGS to be build

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Aug 3 10:43:08 UTC 2016


The following commit has been merged in the master branch:
commit 71a40b166d2997c857c56988978b2cb40ba27b57
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Aug 3 12:20:00 2016 +0200

    also pass LDFLAGS to be build

diff --git a/debian/rules b/debian/rules
index bbba13a..f3e0add 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ include /usr/share/cdbs/1/class/qmake.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 CPPFLAGS+=$(shell pkg-config --cflags rtaudio || true)
+LDFLAGS +=$(shell pkg-config --libs   rtaudio || true)
 
 DEB_MAKE_BUILD_TARGET = release
 DEB_MAKE_INSTALL_TARGET = release-install INSTALL_ROOT=$(DEB_DESTDIR)

-- 
jacktrip packaging



More information about the pkg-multimedia-commits mailing list