[Reproducible-commits] [texlive-bin] 09/16: trial to fix ftbfs due to warnings turned to errors - not working
Reiner Herrmann
reiner at reiner-h.de
Sun Oct 18 13:00:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch master
in repository texlive-bin.
commit d0a9af9e1a4f492cac8a8ffd977b45dce4d77456
Author: Norbert Preining <preining at debian.org>
Date: Mon Sep 21 09:48:26 2015 +0900
trial to fix ftbfs due to warnings turned to errors - not working
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index 95819e6..4df3d0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,12 @@
export SHELL=/bin/bash
export CONFIG_SHELL=/bin/sh
+# building texlive with hardening breaks due to too many warnings treated
+# as errors
+# DOES NOT WORK ... we need to turn of warning -> errors otherwise
+# tl does not compile - how???
+DEB_BUILD_HARDENING = 0
+
#
# the configure code already checks a lot, but it does not catch
# all cases. We have now two ways to test for where to build.
--
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