wok diff reiserfsprogs/receipt @ rev 22187
updated xorg-dev-proto (7.5 -> 7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 09:07:45 2019 +0100 (2019-11-11) |
parents | 12b83f92833e |
children | 89c8d8b6cf48 |
line diff
1.1 --- a/reiserfsprogs/receipt Tue Mar 19 19:34:17 2019 +0100 1.2 +++ b/reiserfsprogs/receipt Mon Nov 11 09:07:45 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 &&