wok diff freeradius/receipt @ rev 10718

Up: slitaz-tools (4.2.1) - Bug fix and tazx support UK keyboard
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:32:40 2011 +0200 (2011-05-28)
parents d318593b0fb6
children a19150fb20ef
line diff
     1.1 --- a/freeradius/receipt	Wed May 18 15:46:34 2011 +0200
     1.2 +++ b/freeradius/receipt	Sat May 28 23:32:40 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  }