michaelmcandrew / civicrm-buildkit-docker

This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
GNU Affero General Public License v3.0
40 stars 31 forks source link

Fails to build on PHP 7.4 #56

Closed wmortada closed 3 years ago

wmortada commented 4 years ago

If you try to build the image with PHP 7.4 it will fail to build with the following error:

configure: error: unrecognized options: --with-jpeg-dir, --with-png-dir

The options for this command have changed as per these upgrade notes.

Should be pretty simple to fix. I'll write a PR.