wok-stable diff freeradius/receipt @ rev 9638
Fixed firefox-langpack-pt-BR to be like the other langpack receipts.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 26 17:57:44 2011 +0000 (2011-04-26) |
parents | 3d0f1a3ab4c1 |
children | d318593b0fb6 |
line diff
1.1 --- a/freeradius/receipt Fri Mar 11 18:33:40 2011 +0100 1.2 +++ b/freeradius/receipt Tue Apr 26 17:57:44 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="freeradius" 1.7 -VERSION="2.1.3" 1.8 +VERSION="2.1.10" 1.9 CATEGORY="security" 1.10 SHORT_DESC="radius server" 1.11 MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca" 1.12 @@ -17,9 +17,11 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --sysconfdir=/etc \ 1.17 + export CFLAGS="$CFLAGS -fno-strict-aliasing" 1.18 + ./configure --sysconfdir=/etc \ 1.19 --localstatedir=/var \ 1.20 - --with-system-libtool && 1.21 + --with-system-libtool \ 1.22 + --with-system-libltdl && 1.23 make -j1 && 1.24 make R=$DESTDIR install 1.25 }