wok-next diff c-ares/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 | a5d7827e08cf |
children | 65f5c0b7dcd4 |
line diff
1.1 --- a/c-ares/receipt Fri Apr 13 09:28:50 2018 +0300 1.2 +++ b/c-ares/receipt Wed Jun 20 07:32:40 2018 +0000 1.3 @@ -7,9 +7,10 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="MIT" 1.6 WEB_SITE="https://c-ares.haxx.se/" 1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/c-ares.html" 1.8 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 -WGET_URL="${WEB_SITE}download/$TARBALL" 1.11 +WGET_URL="https://c-ares.haxx.se/download/$TARBALL" 1.12 1.13 SPLIT="c-ares-dev" 1.14 1.15 @@ -17,10 +18,12 @@ 1.16 export CFLAGS=${CFLAGS/-D_GLIBCXX_USE_C99_MATH=1/} 1.17 export CPPFLAGS="$CPPFLAGS -D_GLIBCXX_USE_C99_MATH=1" 1.18 1.19 - ./configure $CONFIGURE_ARGS && 1.20 + ./configure \ 1.21 + --disable-static \ 1.22 + $CONFIGURE_ARGS && 1.23 fix libtool && 1.24 make && 1.25 - make -j 1 DESTDIR=$DESTDIR install 1.26 + make -j1 DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 genpkg_rules() {