mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/wipe: fix build with gcc 14
This commit is contained in:
parent
96ad95cc43
commit
efc39beb91
@ -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
|
|||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
update_config_sub
|
|
||||||
default_prepare
|
default_prepare
|
||||||
|
autoreconf -vif
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user