summaryrefslogtreecommitdiffstats
path: root/source/l/readline/readline.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/readline/readline.SlackBuild')
-rwxr-xr-xsource/l/readline/readline.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/readline/readline.SlackBuild b/source/l/readline/readline.SlackBuild
index 9f1e1f124..de9658082 100755
--- a/source/l/readline/readline.SlackBuild
+++ b/source/l/readline/readline.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=readline
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -109,7 +109,7 @@ make install DESTDIR=$PKG || exit 1
# NOTE: This will link against the currently installed libreadline!
# Build/install this package twice whenever there is an .soname bump.
( cd examples/rlfe || exit 1
- CFLAGS="$SLKCFLAGS" \
+ CFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \