wok rev 9374

Up: freeradius to 2.1.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 24 20:58:11 2011 +0000 (2011-03-24)
parents 3a2fd8bd8c9e
children b2f255edf512
files freeradius-dialupadmin/receipt freeradius-pam/receipt freeradius/receipt
line diff
     1.1 --- a/freeradius-dialupadmin/receipt	Thu Mar 24 20:29:21 2011 +0000
     1.2 +++ b/freeradius-dialupadmin/receipt	Thu Mar 24 20:58:11 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freeradius-dialupadmin"
     1.7 -VERSION="2.1.3"
     1.8 +VERSION="2.1.10"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="radius server web interface"
    1.11  MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca"
     2.1 --- a/freeradius-pam/receipt	Thu Mar 24 20:29:21 2011 +0000
     2.2 +++ b/freeradius-pam/receipt	Thu Mar 24 20:58:11 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="freeradius-pam"
     2.7 -VERSION="2.1.3"
     2.8 +VERSION="2.1.10"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="pam module for radius server"
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/freeradius/receipt	Thu Mar 24 20:29:21 2011 +0000
     3.2 +++ b/freeradius/receipt	Thu Mar 24 20:58:11 2011 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="freeradius"
     3.7 -VERSION="2.1.3"
     3.8 +VERSION="2.1.10"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="radius server"
    3.11  MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca"
    3.12 @@ -17,9 +17,11 @@
    3.13  compile_rules()
    3.14  {
    3.15  	cd $src
    3.16 -	./configure	--sysconfdir=/etc \
    3.17 +	export CFLAGS="$CFLAGS -fno-strict-aliasing"
    3.18 +	./configure --sysconfdir=/etc \
    3.19  		--localstatedir=/var \
    3.20 -		--with-system-libtool &&
    3.21 +		--with-system-libtool \
    3.22 +		--with-system-libltdl &&
    3.23  	make -j1 &&
    3.24  	make R=$DESTDIR install
    3.25  }