wok-next diff xorg-xcb-proto/receipt @ rev 20839

p11-kit: upgrade 0.23.8 (2017 Aug) -> 0.23.12
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 07:32:40 2018 +0000 (2018-06-20)
parents 5e1a101ad0eb
children cd7906120828
line diff
     1.1 --- a/xorg-xcb-proto/receipt	Wed Feb 28 14:08:05 2018 +0200
     1.2 +++ b/xorg-xcb-proto/receipt	Wed Jun 20 07:32:40 2018 +0000
     1.3 @@ -12,14 +12,11 @@
     1.4  TARBALL="xcb-proto-$VERSION.tar.bz2"
     1.5  WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
     1.6  
     1.7 +BUILD_DEPENDS_arm=" "
     1.8  BUILD_DEPENDS="patch python-dev libxml2-tools"
     1.9 -BUILD_DEPENDS_arm=" "
    1.10  
    1.11  compile_rules() {
    1.12 -	./configure \
    1.13 -		--sysconfdir=/etc \
    1.14 -		--localstatedir=/var \
    1.15 -		$CONFIGURE_ARGS &&
    1.16 +	./configure $CONFIGURE_ARGS &&
    1.17  	make &&
    1.18  	make install
    1.19  }