wok-next rev 20378

php: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 26 12:21:59 2017 +0100 (2017-11-26)
parents b111af75e9ad
children 111038df4ab1
files php/receipt
line diff
     1.1 --- a/php/receipt	Sun Nov 26 11:54:13 2017 +0100
     1.2 +++ b/php/receipt	Sun Nov 26 12:21:59 2017 +0100
     1.3 @@ -93,6 +93,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|PLANE_[UVY]\]|VPX_&|;s|IMG_FMT_I420|VPX_&|' ext/gd/libgd/webpimg.c
     1.8  	sed -i 's/pam_start/pam_nostart/' configure
     1.9  	./configure $ARCH_ARGS $CONFIGURE_ARGS && \
    1.10  	make $MAKEFLAGS && make -j1 INSTALL_ROOT=$DESTDIR install