From d4f3249a812a440339f94607fa9b69fc981a6f4b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 25 Nov 2020 02:29:14 +0000 Subject: Wed Nov 25 02:29:14 UTC 2020 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. --- source/n/nghttp2/nghttp2.SlackBuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'source/n/nghttp2') 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 \ -- cgit v1.2.3