wok rev 21117
Up reiserfsprogs (3.6.27) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 19 19:43:29 2019 +0100 (2019-03-19) |
parents | 12b83f92833e |
children | 41a551d8ddd5 |
files | reiserfsprogs/receipt |
line diff
1.1 --- a/reiserfsprogs/receipt Tue Mar 19 19:34:17 2019 +0100 1.2 +++ b/reiserfsprogs/receipt Tue Mar 19 19:43:29 2019 +0100 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 &&