diff options
| author | Remi Collet <remi@remirepo.net> | 2017-08-23 17:46:37 +0200 |
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-08-23 17:46:37 +0200 |
| commit | f7f39b0a7b1ad86d11e2e92753e98a61a23820e9 (patch) | |
| tree | cebbbb8ebccabb96a1dbbd73ef155a713b5651d9 | |
| parent | 138402ac4bd1d2692c92e46663332f9872008995 (diff) | |
fix fc27x / php72 build config
| -rw-r--r-- | fc27xscl72.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fc27xscl72.cfg b/fc27xscl72.cfg index 21ba884..30466e6 100644 --- a/fc27xscl72.cfg +++ b/fc27xscl72.cfg @@ -31,6 +31,7 @@ config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" +config_opts['macros']['%_unpackaged_files_terminate_build']="0" config_opts['environment']['ACCEPT_EULA'] = 'Y' |
