wok rev 17715

aspell, libstatgrab, reiser4progs: add -ltinfo in LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:50:37 2015 +0100 (2015-03-05)
parents 3be9dc20fd83
children d9d7fcbb1ab3
files aspell/receipt libstatgrab/receipt reiser4progs/receipt
line diff
     1.1 --- a/aspell/receipt	Wed Mar 04 10:06:37 2015 +0100
     1.2 +++ b/aspell/receipt	Thu Mar 05 08:50:37 2015 +0100
     1.3 @@ -18,6 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8  	./configure $CONFIGURE_ARGS && \
     1.9  	make && make install
    1.10  }
     2.1 --- a/libstatgrab/receipt	Wed Mar 04 10:06:37 2015 +0100
     2.2 +++ b/libstatgrab/receipt	Thu Mar 05 08:50:37 2015 +0100
     2.3 @@ -16,7 +16,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src
     2.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     2.9  	./configure &&
    2.10  	make && make -j 1 install
    2.11  }
     3.1 --- a/reiser4progs/receipt	Wed Mar 04 10:06:37 2015 +0100
     3.2 +++ b/reiser4progs/receipt	Thu Mar 05 08:50:37 2015 +0100
     3.3 @@ -12,12 +12,12 @@
     3.4  TAGS="filesystem reiserfs"
     3.5  
     3.6  DEPENDS="libaal util-linux-uuid ncurses readline"
     3.7 -BUILD_DEPENDS="libaal libaal-dev"
     3.8 +BUILD_DEPENDS="libaal libaal-dev util-linux-uuid-dev ncurses-dev readline-dev"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12  {
    3.13 -	cd $src
    3.14 +	export LDFLAGS="$LDFLAGS -ltinfo"
    3.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    3.16  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.17  	make $MAKEFLAGS &&
    3.18 @@ -31,4 +31,3 @@
    3.19  	cp -a $install/usr/sbin $fs/usr
    3.20  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.21  }
    3.22 -