diff options
| author | Remi Collet <remi@remirepo.net> | 2017-09-05 16:45:36 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-09-05 16:47:06 +0200 | 
| commit | e2b3c1a2d6d8e6b1dccb6a63b6babeb23454187e (patch) | |
| tree | 621a4c4cd1e2022662794a06ffcd2db14f8f7b4a | |
| parent | 2cd97956f70eacea3f0cca996b5885df67be594c (diff) | |
PHP 7.2 needs autoconf268 on EL-6
| -rw-r--r-- | el6i72.cfg | 3 | ||||
| -rw-r--r-- | el6x72.cfg | 3 | 
2 files changed, 4 insertions, 2 deletions
@@ -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] @@ -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]  | 
