wok diff rapidsvn/receipt @ rev 12226

rrdtool: Fix dep
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 22:51:12 2012 +0200 (2012-04-07)
parents ece095a22816
children 73641efed1cc
line diff
     1.1 --- a/rapidsvn/receipt	Wed Dec 21 00:14:45 2011 +0100
     1.2 +++ b/rapidsvn/receipt	Sat Apr 07 22:51:12 2012 +0200
     1.3 @@ -26,7 +26,8 @@
     1.4  		--with-neon-config=neon-config \
     1.5  		--with-wx-config=wx-config \
     1.6  		--with-svn-include=/usr/include \
     1.7 -		--with-svn-lib=/usr/lib &&
     1.8 +		--with-svn-lib=/usr/lib \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12