diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-01 14:19:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-01 14:22:07 +0000 |
commit | fd1eaf937cbd1b06c2bec722b9764f410806c760 (patch) | |
tree | 811bedade117afe4be4e0be437618c52f6d5bb11 /main/freeradius | |
parent | 975befa3e304631a57dc469805d83bf86ac82d10 (diff) | |
download | aports-fd1eaf937cbd1b06c2bec722b9764f410806c760.tar.bz2 aports-fd1eaf937cbd1b06c2bec722b9764f410806c760.tar.xz |
main/[various]: rebuild against mysql-5.5
* collectd
* dovecot
* freeradius
* kamailio
* lua-sql-mysql
* nagios-plugins
* perl-dbd-mysql
* postfix
* zabbix
Diffstat (limited to 'main/freeradius')
-rw-r--r-- | main/freeradius/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/freeradius/APKBUILD b/main/freeradius/APKBUILD index ccdd878b8..da2d3528d 100644 --- a/main/freeradius/APKBUILD +++ b/main/freeradius/APKBUILD @@ -41,6 +41,8 @@ prepare() { sed -i 's%run_dir = .*%run_dir = \$\{localstatedir\}/run/radius%' \ raddb/radiusd.conf.in || return 1 + rm -f libtool.m4 + libtoolize --force -c || return 1 aclocal && ./autogen.sh || return 1 } @@ -55,8 +57,8 @@ build() { --disable-static \ --enable-shared \ --disable-ltdl-install \ - --with-system-libltdl \ --with-system-libtool \ + --with-system-libltdl \ --with-udpfromto \ || return 1 |