summaryrefslogtreecommitdiffstats
path: root/source/l/serf/serf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/serf/serf.SlackBuild')
-rwxr-xr-xsource/l/serf/serf.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/l/serf/serf.SlackBuild b/source/l/serf/serf.SlackBuild
index 8e17a0e21..924972640 100755
--- a/source/l/serf/serf.SlackBuild
+++ b/source/l/serf/serf.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for serf
# Copyright 2014 Andrzej Telszewski, Sabadell
-# Copyright 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2015, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=serf
VERSION=${VERSION:-$(echo serf-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-8}
+BUILD=${BUILD:-9}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -88,6 +88,9 @@ sed -i "/Alias/s:install_static,::" SConstruct
# Fix for python3 based scons:
zcat $CWD/serf.SConstruct.python3.diff.gz | patch -p1 --verbose || exit 1
+# Fix for openssl3:
+zcat $CWD/serf-1.3.9-openssl3_fixes-1.patch.gz | patch -p1 --verbose || exit 1
+
scons $NUMJOBS \
PREFIX=/usr \
LIBDIR=/usr/lib${LIBDIRSUFFIX} \