wok diff freeradius/receipt @ rev 10794

lostirc: use irc.freenode.net for slitaz IRC chan
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 03 03:13:13 2011 +0200 (2011-06-03)
parents d318593b0fb6
children a19150fb20ef
line diff
     1.1 --- a/freeradius/receipt	Wed May 18 15:46:34 2011 +0200
     1.2 +++ b/freeradius/receipt	Fri Jun 03 03:13:13 2011 +0200
     1.3 @@ -22,7 +22,8 @@
     1.4  	./configure --sysconfdir=/etc \
     1.5  		--localstatedir=/var \
     1.6  		--with-system-libtool \
     1.7 -		--with-system-libltdl &&
     1.8 +		--with-system-libltdl \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make -j1 &&
    1.11  	make R=$DESTDIR install
    1.12  }