summaryrefslogtreecommitdiffstats
path: root/network/freeradius-server/freeradius-server.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/freeradius-server/freeradius-server.SlackBuild')
-rw-r--r--network/freeradius-server/freeradius-server.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/network/freeradius-server/freeradius-server.SlackBuild b/network/freeradius-server/freeradius-server.SlackBuild
index 8d84f9a02c..1fbe21dc40 100644
--- a/network/freeradius-server/freeradius-server.SlackBuild
+++ b/network/freeradius-server/freeradius-server.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for FreeRADIUS Server
-# Copyright 2010, mario <mario@slackverse.org>
+# Copyright 2010-2011, mario <mario@slackverse.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=freeradius-server
-VERSION=${VERSION:-2.1.9}
+VERSION=${VERSION:-2.1.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -81,6 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--with-docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
+ --with-system-libltdl \
--with-system-libtool \
--build=$ARCH-slackware-linux