wok-current diff reiserfsprogs/receipt @ rev 24303
linux64-aufs: fix git branch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 15 16:48:52 2022 +0000 (2022-01-15) |
parents | 12b83f92833e |
children | 89c8d8b6cf48 |
line diff
1.1 --- a/reiserfsprogs/receipt Tue Mar 19 19:34:17 2019 +0100 1.2 +++ b/reiserfsprogs/receipt Sat Jan 15 16:48:52 2022 +0000 1.3 @@ -11,11 +11,13 @@ 1.4 WGET_URL="http://cdn.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL" 1.5 TAGS="filesystem reiserfs" 1.6 1.7 -DEPENDS="linux-reiserfs util-linux-uuid" 1.8 +DEPENDS="linux-reiserfs util-linux-uuid libcomerr" 1.9 +BUILD_DEPENDS="libcomerr-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 + sed -i 's|<com_err.h>|<et/com_err.h>|' */*.? 1.15 ./configure --prefix=/usr --sbindir=/sbin \ 1.16 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.17 make &&