[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 09/10: trial to fix ftbfs due to warnings turned to errors - not working



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

preining pushed a commit to branch master
in repository texlive-bin.

commit d0a9af9e1a4f492cac8a8ffd977b45dce4d77456
Author: Norbert Preining <preining@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/debian-tex/texlive-bin.git


Reply to: