[Debian-astro-commits] [erfa] 04/05: Fix CFLAGS

Ole Streicher olebole at moszumanska.debian.org
Wed Sep 7 07:56:12 UTC 2016


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

olebole pushed a commit to branch debian
in repository erfa.

commit 7c1c906eac622dfe04e4b8e3930aaeb7a4b49e65
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Sep 7 09:53:53 2016 +0200

    Fix CFLAGS
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7e52080..893586c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 # see https://bugs.debian.org/835105
 # and https://github.com/liberfa/erfa/issues/33
 # and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77365
-CFLAGS += -fno-caller-saves
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -fno-caller-saves
 export CFLAGS
 
 %:

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



More information about the Debian-astro-commits mailing list