From e2b3c1a2d6d8e6b1dccb6a63b6babeb23454187e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Sep 2017 16:45:36 +0200 Subject: PHP 7.2 needs autoconf268 on EL-6 --- el6i72.cfg | 3 ++- el6x72.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/el6i72.cfg b/el6i72.cfg index a2cf078..fdc2b8f 100644 --- a/el6i72.cfg +++ b/el6i72.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el6i' config_opts['target_arch'] = 'i686' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build autoconf268' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['use_nspawn'] = False @@ -25,6 +25,7 @@ config_opts['macros']['%rhel']="6" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" +config_opts['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268" config_opts['yum.conf'] = """ [main] diff --git a/el6x72.cfg b/el6x72.cfg index f80f897..1198005 100644 --- a/el6x72.cfg +++ b/el6x72.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el6x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build autoconf268' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['use_nspawn'] = False @@ -25,6 +25,7 @@ config_opts['macros']['%rhel']="6" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" +config_opts['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268" config_opts['yum.conf'] = """ [main] -- cgit