wok diff gc/receipt @ rev 21939

updated dotconf and dotconf-dev again (1.0.13 -> 1.3)
author Hans-G?nter Theisgen
date Tue Oct 08 10:51:09 2019 +0100 (2019-10-08)
parents 78a46345f6bb
children f96e26cdfd7a
line diff
     1.1 --- a/gc/receipt	Tue Sep 10 09:01:01 2019 +0200
     1.2 +++ b/gc/receipt	Tue Oct 08 10:51:09 2019 +0100
     1.3 @@ -14,14 +14,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--enable-cplusplus \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install &&
    1.13  	# libatomic_ops
    1.14 -	cd $src/libatomic_ops-* &&
    1.15 +	cd $src/libatomic_ops &&
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--disable-static \
    1.19 @@ -37,4 +36,3 @@
    1.20  	cp -a $install/usr/share/gc $fs/usr/share
    1.21  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22  }
    1.23 -