[SCM] libindi packaging branch, master, updated. f66a43d308df19a62e4b13b3378539e171e3f0b6

Pino Toscano pino at alioth.debian.org
Thu Sep 29 12:28:06 UTC 2011


The following commit has been merged in the master branch:
commit 40ad5b5dcbd9bdc2d67da8070382b04e9cd92515
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 29 12:32:29 2011 +0200

    export {C,CXX,LD}FLAGS from dpkg-buildflags
---
 debian/rules |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9a2c5f2..581f490 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@
 

-- 
libindi packaging



More information about the pkg-kde-commits mailing list