# HG changeset patch # User Pascal Bellard # Date 1523952233 -7200 # Node ID 9cfaac585fef6fa3495ae413bd869fc1a84013ef # Parent 0c55dd149a560c50be594a816ecf4cd63554d0b4 notify-python: race condition diff -r 0c55dd149a56 -r 9cfaac585fef notify-python/receipt --- a/notify-python/receipt Tue Apr 17 09:07:22 2018 +0300 +++ b/notify-python/receipt Tue Apr 17 10:03:53 2018 +0200 @@ -20,7 +20,7 @@ ./configure $CONFIGURE_ARGS && fix libtool && make && - make DESTDIR=$DESTDIR install + make -j 1 DESTDIR=$DESTDIR install } genpkg_rules() {