[Reproducible-commits] [texlive-bin] 06/10: syntax fix in rules

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 71c6e9493e0a52242b772db0770031cc34e9177b
Author: Norbert Preining <preining at debian.org>
Date:   Mon May 16 22:17:46 2016 +0900

    syntax fix in rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 01c71d1..3fe33c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,8 +45,8 @@ 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 = $(CFLAGS) -DU_IS_BIG_ENDIAN=0
-  export CXXFLAGS = $(CFLAGS) -DU_IS_BIG_ENDIAN=0
+  export CFLAGS = -DU_IS_BIG_ENDIAN=0
+  export CXXFLAGS = -DU_IS_BIG_ENDIAN=0
 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