wok diff libzip/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 35a23f513b71
children 84659393c7e8
line diff
     1.1 --- a/libzip/receipt	Mon Jan 29 16:42:42 2018 +0100
     1.2 +++ b/libzip/receipt	Fri Jan 11 16:39:21 2019 +0100
     1.3 @@ -11,15 +11,14 @@
     1.4  WGET_URL="${WEB_SITE}$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -BUILD_DEPENDS="zlib-dev"
     1.8 +BUILD_DEPENDS="zlib-dev cmake"
     1.9  DEPENDS="zlib"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	./configure \
    1.15 -		--prefix=/usr \
    1.16 -		$CONFIGURE_ARGS &&
    1.17 +	mkdir build && cd build &&
    1.18 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.19  	make && make -j 1 install
    1.20  }
    1.21