From 7d23f59a6886474af11962a56468bd419c5b64f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Aug 2017 07:31:23 +0200 Subject: f27: workaround for SCL build --- fc27xscl70.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fc27xscl70.cfg') diff --git a/fc27xscl70.cfg b/fc27xscl70.cfg index 45205e6..9c97fa0 100644 --- a/fc27xscl70.cfg +++ b/fc27xscl70.cfg @@ -31,6 +31,8 @@ config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" +# Temporat workaround for https://bugzilla.redhat.com/1484370 +config_opts['macros']['%_unpackaged_files_terminate_build']="0" config_opts['environment']['ACCEPT_EULA'] = 'Y' -- cgit