summaryrefslogtreecommitdiffstats
path: root/system/rdup/rdup.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/rdup/rdup.SlackBuild')
-rw-r--r--system/rdup/rdup.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/rdup/rdup.SlackBuild b/system/rdup/rdup.SlackBuild
index 23cbe3e95d..30960298dd 100644
--- a/system/rdup/rdup.SlackBuild
+++ b/system/rdup/rdup.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rdup
-# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rdup
-VERSION=${VERSION:-1.1.11}
+VERSION=${VERSION:-1.1.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Do not treat warnings as errors
+sed -i 's/ -Werror//' GNUmakefile.in
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \