wok-next rev 20622

Fix apr
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 25 15:53:47 2018 +0300 (2018-04-25)
parents 3bec5f368ce1
children 5c189fc65a98
files apr/receipt
line diff
     1.1 --- a/apr/receipt	Wed Apr 25 13:24:59 2018 +0300
     1.2 +++ b/apr/receipt	Wed Apr 25 15:53:47 2018 +0300
     1.3 @@ -19,7 +19,9 @@
     1.4  CROSS="error: cannot check for file existence when cross compiling"
     1.5  
     1.6  compile_rules() {
     1.7 +	# should define prefix
     1.8  	./configure \
     1.9 +		--prefix=/usr \
    1.10  		--disable-static \
    1.11  		--with-installbuilddir=/usr/share/apr-1/build \
    1.12  		--enable-nonportable-atomics \
    1.13 @@ -33,11 +35,11 @@
    1.14  genpkg_rules() {
    1.15  	case $PACKAGE in
    1.16  		apr)
    1.17 -			copy *.so* *.exp
    1.18 +			copy *.so*
    1.19  			DEPENDS="util-linux-uuid"
    1.20  			;;
    1.21  		apr-dev)
    1.22 -			copy @dev build/
    1.23 +			copy @dev build/ *.exp
    1.24  			DEPENDS="apr util-linux-uuid-dev"
    1.25  			;;
    1.26  	esac