[PATCH] community/iwd: remove outdated flag
Export this patch
This flag is ignored by ./configure
---
community/iwd/APKBUILD | 3 + --
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD
index 41fbcdf397..dfdfe501b7 100644
--- a/community/iwd/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=iwd
pkgver=1.25
- pkgrel=0
+ pkgrel=1
If the flag is ignored, a `pkgrel` bump is probably not even necessary.
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/31701#note_220424
pkgdesc="Internet Wireless Daemon"
url="https://iwd.wiki.kernel.org/"
arch="all"
@@ -35,7 +35,6 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-systemd-service \
- --enable-sim-hardcoded \
--enable-wired \
--enable-tools
make
--
2.35.1