[SCM] QCA2 OpenSSL plugin packaging branch, master, updated. debian/2.0.0-beta3-1-7-g385449a
Felix Geyer
debfx-guest at alioth.debian.org
Sun Jun 3 16:45:24 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/qca2-plugin-ossl.git;a=commitdiff;h=385449a
The following commit has been merged in the master branch:
commit 385449a41748783162cf2cdad65a5249a4e20a64
Author: Felix Geyer <debfx-pkg at fobos.de>
Date: Sun Jun 3 18:41:42 2012 +0200
Fix passing LDFLAGS to the build system.
---
debian/changelog | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 38dae3d..529cdee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ qca2-plugin-ossl (2.0.0~beta3-2) UNRELEASED; urgency=low
* Don't export build flags since pkg-kde-tools (and dpkg-buildpackage in
the past) takes care of that.
- * Pass $CPPFLAGS to the build system.
+ * Pass $CPPFLAGS and $LDFLAGS to the build system.
[ Modestas Vainius ]
* Add myself to Uploaders.
diff --git a/debian/rules b/debian/rules
index b047750..3f09bbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_configure:
./configure --verbose --qtdir=/usr/share/qt4 --debug --no-separate-debug-info
echo QMAKE_CFLAGS_DEBUG="$(CFLAGS) $(CPPFLAGS)" >> conf.pri
echo QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS) $(CPPFLAGS)" >> conf.pri
- echo QMAKE_LDFLAGS_DEBUG="$(LDFLAGS)" >> conf.pri
+ echo QMAKE_LFLAGS_DEBUG="$(LDFLAGS)" >> conf.pri
qmake-qt4
override_dh_clean:
--
QCA2 OpenSSL plugin packaging
More information about the pkg-kde-commits
mailing list