wok diff liburcu/receipt @ rev 21835

updated re2c (0.13.5 -> 1.2.1)
author Hans-G?nter Theisgen
date Sat Sep 14 10:21:53 2019 +0100 (2019-09-14)
parents 5ffe5c4c78fd
children 9d1055261327
line diff
     1.1 --- a/liburcu/receipt	Sun Jul 02 18:38:44 2017 +0200
     1.2 +++ b/liburcu/receipt	Sat Sep 14 10:21:53 2019 +0100
     1.3 @@ -2,22 +2,23 @@
     1.4  
     1.5  PACKAGE="liburcu"
     1.6  SOURCE="userspace-rcu"
     1.7 -VERSION="0.10.0"
     1.8 +VERSION="0.10.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Userspace RCU (read-copy-update) library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 +WEB_SITE="https://liburcu.org/"
    1.14 +
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://liburcu.org/"
    1.17 -WGET_URL="http://www.lttng.org/files/urcu/$TARBALL"
    1.18 +WGET_URL="https://www.lttng.org/files/urcu/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure \
    1.24 -		--prefix=/usr \
    1.25 +	./configure		\
    1.26 +		--prefix=/usr	\
    1.27  		$CONFIGURE_ARGS
    1.28 -	make &&
    1.29 +	make -j 1 &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31  }
    1.32