Skip to content
Snippets Groups Projects
Commit efc39beb authored by Natanael Copa's avatar Natanael Copa
Browse files

main/wipe: fix build with gcc 14

parent 96ad95cc
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wipe pkgname=wipe
pkgver=2.3.1 pkgver=2.3.1
pkgrel=4 pkgrel=5
pkgdesc="Secure file wiping utility" pkgdesc="Secure file wiping utility"
url="https://wipe.sourceforge.net/" url="https://wipe.sourceforge.net/"
arch="all" arch="all"
license="GPL-2.0-only" license="GPL-2.0-only"
makedepends="linux-headers" makedepends="linux-headers autoconf automake libtool"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2 source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2
stdint.patch stdint.patch
...@@ -15,8 +15,8 @@ source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2 ...@@ -15,8 +15,8 @@ source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2
options="!check" options="!check"
prepare() { prepare() {
update_config_sub
default_prepare default_prepare
autoreconf -vif
} }
build() { build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment