summaryrefslogtreecommitdiffstats
path: root/system/amanda/amanda.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/amanda/amanda.SlackBuild')
-rw-r--r--system/amanda/amanda.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/amanda/amanda.SlackBuild b/system/amanda/amanda.SlackBuild
index d46ed47606..164290cc00 100644
--- a/system/amanda/amanda.SlackBuild
+++ b/system/amanda/amanda.SlackBuild
@@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=amanda
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAB:-_SBo}
@@ -94,6 +94,8 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
+PERLDIR=$(perl -V:installvendorlib | cut -d\' -f2)
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -110,6 +112,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-rsh-security \
--with-ssh-security \
--with-bsdtcp-security \
+ --with-amperldir=$PERLDIR \
--disable-static \
--build=$ARCH-slackware-linux