diff options
Diffstat (limited to 'system/spkg/spkg.SlackBuild')
-rw-r--r-- | system/spkg/spkg.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/system/spkg/spkg.SlackBuild b/system/spkg/spkg.SlackBuild index 5a4fe61ab9..f817984b75 100644 --- a/system/spkg/spkg.SlackBuild +++ b/system/spkg/spkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for spkg -# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spkg -VERSION=${VERSION:-1.1} +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,11 +79,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -./autogen.sh - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure \ +./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ |