[gadap] 10/16: quote cxxflags

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 27 15:28:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository gadap.

commit 3d48f0edb7eee094dda1189e3a9c793e550c129f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Oct 21 18:34:02 2016 +0100

    quote cxxflags
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 957361d..d5bee1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -fPIC
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- CXXFLAGS=$(CXXFLAGS)
+	dh_auto_configure -- CXXFLAGS="$(CXXFLAGS)"
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gadap.git



More information about the debian-science-commits mailing list