main/wipe: fix build with gcc 14

This commit is contained in:
Natanael Copa 2024-08-03 08:00:32 +02:00
parent 96ad95cc43
commit efc39beb91

View file

@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wipe
pkgver=2.3.1
pkgrel=4
pkgrel=5
pkgdesc="Secure file wiping utility"
url="https://wipe.sourceforge.net/"
arch="all"
license="GPL-2.0-only"
makedepends="linux-headers"
makedepends="linux-headers autoconf automake libtool"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2
stdint.patch
@ -15,8 +15,8 @@ source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2
options="!check"
prepare() {
update_config_sub
default_prepare
autoreconf -vif
}
build() {