From 98da404a77fd8dffc5d6d1f969eb8b34dd408616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 3 Nov 2018 01:26:45 +0100 Subject: [PATCH] Make host-user-contaminated a fatal QA error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index 97d3e4d..da8ac7a 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -56,7 +56,7 @@ require conf/distro/include/no-static-libs.inc # sent WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \ installed-vs-shipped ldflags pn-overrides rpaths staticdev \ - unknown-configure-option useless-rpaths" + unknown-configure-option useless-rpaths host-user-contaminated" WARN_QA_remove = "${WARN_TO_ERROR_QA}" ERROR_QA_append = " ${WARN_TO_ERROR_QA}"