summaryrefslogtreecommitdiffstats
path: root/development/dpkg/dpkg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--development/dpkg/dpkg.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/development/dpkg/dpkg.SlackBuild b/development/dpkg/dpkg.SlackBuild
index 076f4ece5f..77e63ec577 100644
--- a/development/dpkg/dpkg.SlackBuild
+++ b/development/dpkg/dpkg.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for dpkg.
#
-# Copyright 2016-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2016-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2009 Marco Bonetti <sid77@slackware.it>
# All rights reserved.
#
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dpkg
-VERSION=${VERSION:-1.21.9}
+VERSION=${VERSION:-1.21.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -89,7 +89,9 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --disable-compiler-warnings \
--disable-devel-docs \
+ --disable-dselect \
--disable-start-stop-daemon \
--enable-silent-rules \
--build=$ARCH-slackware-linux