diff options
author | Christopher Walker <kris240376@gmail.com> | 2011-12-16 17:16:26 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-22 00:02:52 -0600 |
commit | a1af27125e423895ae4d458f0023673b1ab25443 (patch) | |
tree | e2a1b761a39bd44268d2e5d1fc2eb05243b0722a /system/amanda/amanda.SlackBuild | |
parent | ac31ec696c0de4bfccb44264689a0deb72ba9df4 (diff) | |
download | slackbuilds-a1af27125e423895ae4d458f0023673b1ab25443.tar.gz |
system/amanda: Updated for version 3.3.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/amanda/amanda.SlackBuild')
-rw-r--r-- | system/amanda/amanda.SlackBuild | 5 |
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 |