wok diff php/receipt @ rev 21763

busybox: enable CONFIG_FDISK_SUPPORT_LARGE_DISKS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 27 14:19:03 2019 +0200 (2019-06-27)
parents ccb0caebef6f
children 84a3b4b621e1
line diff
     1.1 --- a/php/receipt	Sat Apr 13 10:08:46 2019 +0200
     1.2 +++ b/php/receipt	Thu Jun 27 14:19:03 2019 +0200
     1.3 @@ -92,6 +92,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|IMG_FMT_I420|VPX_&|;s|PLANE_|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