~alpine/aports

community/iwd: remove outdated flag v1 REJECTED

Pranjal Kole: 1
 community/iwd: remove outdated flag

 1 files changed, 1 insertions(+), 2 deletions(-)
Sent a new patch that fixes this. Please close this MR.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3969/mbox | git am -3
Learn more about email & git

[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
+++ b/community/iwd/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=iwd
pkgver=1.25
pkgrel=0
pkgrel=1
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