aboutsummaryrefslogtreecommitdiff
path: root/dev/db/sqlite/sqlite.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev/db/sqlite/sqlite.SlackBuild')
-rwxr-xr-xdev/db/sqlite/sqlite.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/db/sqlite/sqlite.SlackBuild b/dev/db/sqlite/sqlite.SlackBuild
index 5c0969d9..dc5c008f 100755
--- a/dev/db/sqlite/sqlite.SlackBuild
+++ b/dev/db/sqlite/sqlite.SlackBuild
@@ -16,7 +16,7 @@
#
# slackbuild for sqlite, by Rudson R. Alves
# requires:
-# tested: sqlite-3.5.1
+# tested: sqlite-3.5.8
#
# Look for slackbuildrc
@@ -31,7 +31,7 @@ CWD="$(pwd)"
SRC_NAME="sqlite"
PKG_NAME="sqlite"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=3.5.1}
+SRC_VERSION=${VERSION:=3.5.8}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1rra}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2"
+ SLKCFLAGS="-O2 -fPIC"
LIBDIR="$PREFIX/lib64"
fi