# HG changeset patch # User Pascal Bellard # Date 1569679492 -7200 # Node ID 2e43f9923d0188529737fadce28a7cdc5e441258 # Parent 4b27a977323dc4d9b482e45518381e23a760db89 gc: typo diff -r 4b27a977323d -r 2e43f9923d01 gc/receipt --- a/gc/receipt Sat Sep 28 11:31:06 2019 +0200 +++ b/gc/receipt Sat Sep 28 16:04:52 2019 +0200 @@ -14,14 +14,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --enable-cplusplus \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install && # libatomic_ops - cd $src/libatomic_ops-* && + cd $src/libatomic_ops && ./configure \ --prefix=/usr \ --disable-static \ @@ -37,4 +36,3 @@ cp -a $install/usr/share/gc $fs/usr/share cp -a $install/usr/lib/*.so* $fs/usr/lib } -