[Reproducible-commits] [texlive-bin] 07/10: make C(XX)FLAGS additive

Alexis Bienvenüe jboulix-guest at moszumanska.debian.org
Thu May 19 13:43:15 UTC 2016


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

jboulix-guest pushed a commit to annotated tag debian/2016.20160513.41080-2
in repository texlive-bin.

commit 24eb026530a4ffe973364ade2292fcc09d6be279
Author: Norbert Preining <preining at debian.org>
Date:   Wed May 18 17:11:51 2016 +0900

    make C(XX)FLAGS additive
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3fe33c1..4945bba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,16 +37,16 @@ endif
 # pdftex0.c, but somehow the make check still fails on
 # the same tests, while doing the check manually works, strange?!
 ifeq ($(DEB_HOST_ARCH), s390x)
-  export CFLAGS = -O1
-  export CXXFLAGS = -O1
+  export CFLAGS += -O1
+  export CXXFLAGS += -O1
 endif
 
 #
 # building on mips/sparc etc is somehow broken, try fix from tlbuild
 # by setting U_IS_BIG_ENDIAN=0
 ifneq (,$(findstring $(DEB_HOST_ARCH), $(BROKEN_ICU_ARCHS)))
-  export CFLAGS = -DU_IS_BIG_ENDIAN=0
-  export CXXFLAGS = -DU_IS_BIG_ENDIAN=0
+  export CFLAGS += -DU_IS_BIG_ENDIAN=0
+  export CXXFLAGS += -DU_IS_BIG_ENDIAN=0
 endif
 
 
@@ -67,7 +67,7 @@ endif
 # Building in arm mode helps
 #
 ifeq ($(DEB_HOST_ARCH), armhf)
-  export CFLAGS = -marm
+  export CFLAGS += -marm
 endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list