upgpkg: roundcubemail-git 1.4.rc2.r595.ge99fb3968-2
avoid composer looking for external gd
This commit is contained in:
parent
247d4d876d
commit
57bfc2699d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ prepare() {
|
||||||
|
|
||||||
build(){
|
build(){
|
||||||
cd "$srcdir"/roundcubemail
|
cd "$srcdir"/roundcubemail
|
||||||
php -d extension=gd.so /usr/bin/composer install --no-dev
|
php -d extension=gd.so /usr/bin/composer install --no-dev --ignore-platform-req=ext-gd
|
||||||
bin/install-jsdeps.sh
|
bin/install-jsdeps.sh
|
||||||
bin/jsshrink.sh
|
bin/jsshrink.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue