From bc455b21dd69027e1d135a514f932d5cd21a7421 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Oct 2017 14:39:55 +0200 Subject: F27: workaround for https://bugzilla.redhat.com/1485290 --- fc27xscl70.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fc27xscl70.cfg') diff --git a/fc27xscl70.cfg b/fc27xscl70.cfg index 2bbb14e..ae88d83 100644 --- a/fc27xscl70.cfg +++ b/fc27xscl70.cfg @@ -33,6 +33,8 @@ config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485290 +config_opts['macros']['%_build_id_links']='none' config_opts['environment']['ACCEPT_EULA'] = 'Y' -- cgit