# HG changeset patch # User Christophe Lincoln # Date 1397339956 -7200 # Node ID 284d636c098fa4b6bc732e3de0c60a8a5d938b5e # Parent c5d0d245189bf4d06e402382b72996d070c440af libpthread-stubs: clean bdeps diff -r c5d0d245189b -r 284d636c098f libpthread-stubs/receipt --- a/libpthread-stubs/receipt Sat Apr 12 23:52:01 2014 +0200 +++ b/libpthread-stubs/receipt Sat Apr 12 23:59:16 2014 +0200 @@ -11,14 +11,11 @@ WGET_URL="$WEB_SITE/dist/$TARBALL" HOST_ARCH="i486 arm" -DEPENDS="glibc-base" -BUILD_DEPENDS="gcc" - # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && make && make -j 1 install + ./configure $CONFIGURE_ARGS && + make && make -j 1 install } # Rules to gen a SliTaz package suitable for Tazpkg.