summaryrefslogtreecommitdiffstats
path: root/source/n/nghttp2
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-11-25 02:29:14 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-25 08:59:55 +0100
commitd4f3249a812a440339f94607fa9b69fc981a6f4b (patch)
tree0982d5a6ec3c464d126c2c1a17b473ddfd4daee1 /source/n/nghttp2
parent5657f11afd4c70e059692951a8ff745f84f7e6bd (diff)
downloadcurrent-d4f3249a812a440339f94607fa9b69fc981a6f4b.tar.gz
current-d4f3249a812a440339f94607fa9b69fc981a6f4b.tar.xz
Wed Nov 25 02:29:14 UTC 202020201125022914
a/kernel-firmware-20201124_b362fd4-noarch-1.txz: Upgraded. a/kernel-generic-5.4.80-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.80-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.80-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.80-x86-1.txz: Upgraded. k/kernel-source-5.4.80-noarch-1.txz: Upgraded. l/djvulibre-3.5.28-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_43-x86_64-1.txz: Upgraded. l/pulseaudio-14.0-x86_64-1.txz: Upgraded. n/nghttp2-1.42.0-x86_64-1.txz: Upgraded. x/mesa-20.2.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/vtown/input-methods/ibus-1.5.23-x86_64-1_vtown_2.txz: Rebuilt. Install ibus-autostart-plasma.desktop. Thanks to Heinz Wiesinger. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/n/nghttp2')
-rwxr-xr-xsource/n/nghttp2/nghttp2.SlackBuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/source/n/nghttp2/nghttp2.SlackBuild b/source/n/nghttp2/nghttp2.SlackBuild
index c32fcf7a8..3ce08b386 100755
--- a/source/n/nghttp2/nghttp2.SlackBuild
+++ b/source/n/nghttp2/nghttp2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,6 +85,14 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
+
# Configure:
CFLAGS="$SLKCFLAGS" \
./configure \