wok-current diff gc/receipt @ rev 23745
updated xdg-utils (1.1.0-rc1 -> 1.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 14:08:35 2020 +0100 (2020-05-01) |
parents | 78a46345f6bb |
children | f96e26cdfd7a |
line diff
1.1 --- a/gc/receipt Tue Sep 10 09:01:01 2019 +0200 1.2 +++ b/gc/receipt Fri May 01 14:08:35 2020 +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 -