summaryrefslogtreecommitdiffstats
path: root/source/l/libcap-ng/libcap-ng.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libcap-ng/libcap-ng.SlackBuild')
-rwxr-xr-xsource/l/libcap-ng/libcap-ng.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/l/libcap-ng/libcap-ng.SlackBuild b/source/l/libcap-ng/libcap-ng.SlackBuild
index 79a6818d8..11c0ce096 100755
--- a/source/l/libcap-ng/libcap-ng.SlackBuild
+++ b/source/l/libcap-ng/libcap-ng.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2016, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2016, 2018, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,6 +85,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Patch for swig-4.2.0:
+cat $CWD/30453b6553948cd05c438f9f509013e3bb84f25b.patch | patch -p1 --verbose || exit 1
+
autoreconf -vif
# Configure: