# HG changeset patch # User Pascal Bellard # Date 1553021009 -3600 # Node ID 023de3f0d078d18a7dd8b40526bb86c0578cfe82 # Parent 12b83f92833e75b7523c841fc1336f87c0da83b2 Up reiserfsprogs (3.6.27) again diff -r 12b83f92833e -r 023de3f0d078 reiserfsprogs/receipt --- a/reiserfsprogs/receipt Tue Mar 19 19:34:17 2019 +0100 +++ b/reiserfsprogs/receipt Tue Mar 19 19:43:29 2019 +0100 @@ -11,11 +11,13 @@ WGET_URL="http://cdn.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL" TAGS="filesystem reiserfs" -DEPENDS="linux-reiserfs util-linux-uuid" +DEPENDS="linux-reiserfs util-linux-uuid libcomerr" +BUILD_DEPENDS="libcomerr-dev" # Rules to configure and make the package. compile_rules() { + sed -i 's|||' */*.? ./configure --prefix=/usr --sbindir=/sbin \ --mandir=/usr/share/man $CONFIGURE_ARGS && make &&