summaryrefslogtreecommitdiffstats
path: root/libraries/libvmdk/libvmdk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libvmdk/libvmdk.SlackBuild')
-rw-r--r--libraries/libvmdk/libvmdk.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libvmdk/libvmdk.SlackBuild b/libraries/libvmdk/libvmdk.SlackBuild
index 9249ff4b0d..d13e12f0b4 100644
--- a/libraries/libvmdk/libvmdk.SlackBuild
+++ b/libraries/libvmdk/libvmdk.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/bash
# Slackware build script for libvmdk
-
-# Copyright 2014-2021 Barry J. Grundy (bgrundy<at>linuxleo.com)
+#
+# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,8 +21,8 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# Updated v20210418 August 2021
+#
+# Updated v20210807 (build 2) May 2022
# 20220215 bkw: Modified by SlackBuilds.org:
# - update for v20210807 since the old version's source vanished.
@@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libvmdk
VERSION=${VERSION:-20210807}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu89" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
- --enable-python \
+ --enable-python3 \
--build=$ARCH-slackware-linux
make