diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-08-10 08:48:22 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:39 +0700 |
commit | 3f4abff7504e2766ba6ba6fa1f9142ac01799304 (patch) | |
tree | 6b2b8a362a1a7e926c80336f942a0689890cce2c /system/slpkg/slpkg.SlackBuild | |
parent | c2ec0ce8af0b2cf1887f60e739f93163c823772f (diff) |
system/slpkg: Updated for version 5.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 7c219db719b24..7494921ea41a7 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-5.1.0} +VERSION=${VERSION:-5.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,7 +60,7 @@ elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else - SLKCFLAGS="-O2" + SLKCFLAGS="-O2 LIBDIRSUFFIX="" fi |