Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8DE86780DB1 for <~alpine/aports@lists.alpinelinux.org>; Sun, 6 Mar 2022 05:23:22 +0000 (UTC) Received: by mail-pj1-f48.google.com with SMTP id k92so1457781pjh.5 for <~alpine/aports@lists.alpinelinux.org>; Sat, 05 Mar 2022 21:23:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=eHI1Jyh4qIHqq5iUpzOyR8jrxjrljwVOwR1A6Js0ObE=; b=fvJjUS80pbpPLo3ETav0DvHavy6J/VPxvQJVROQtqESMd3nkMJqDsrXJW84yFiXfx7 hU9lpihRlDu0n4U+r6Qm/r3yLwVcAgAkB2CqnaJw9J6ekewNe2zrJYlGl93gRvlNNzoS 6ixxkR+LM8OmnhsDmi5HwI8pUZgmUeqFziGx0MLH+Ifu2tbFj465JWRcThRS43CMnGKe o//G2sJRTwlxXRvhuac4gclAm9cwNhyCoi6TElKFgJMvi97mTEve9MHy4QtJOF7/q8FB vOwRwJ9z36ZdNHV3Cgw6ssHHVlWih5LfuH0I7ztitlOYctHBfznaQvP2o0V1NbA5y69E 5jWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=eHI1Jyh4qIHqq5iUpzOyR8jrxjrljwVOwR1A6Js0ObE=; b=6Ms1a5Hh6HBxI8fsHBNEyM2IF8fmMiMag/ftf7zMj2eZ2vV3/rzQK8F5bvtV5NpteX 5j+5uWK8GxT7PHKlOK380F5wh1uN787vmnyCPzsIplo1YK/QIaq5d/df9H0Pg+fazyPD 9//tUM0/d36oeuMhDsmWnldfYri0/43/zzhujvAZS6II7ytFdSwi/V+UwyRv9mxmnItc aom96yAFGGy8Xjyc8Ry+rUUB9PSVbpVywzk4QPRKdOLL1rSbehUaobjzF/f65yTAlv5J fuUZPqIvzndJa4aCEnm5TWh6S1biHSJ68mEozKDN0ibp2WyhIPJwj5L2sMmwEQoWF2Oh 7N9Q== X-Gm-Message-State: AOAM531zkBbjyr3hdYUZVu9R4UHCrwi+nrqoznC3h63wq6WKqeHB3pMt SkpYFxls4QORGbeg2xYoOE/9lSxKGLg= X-Google-Smtp-Source: ABdhPJzM2mc5wGxfSnCObreuCQzoHRjAYxBgQUjAtI5HnwJPS5k/xqYG7j9APCOFLXDPm/aQGrL6pA== X-Received: by 2002:a17:902:ce8e:b0:151:9ad0:f02d with SMTP id f14-20020a170902ce8e00b001519ad0f02dmr6451827plg.22.1646544199845; Sat, 05 Mar 2022 21:23:19 -0800 (PST) Received: from localhost.localdomain ([103.220.208.64]) by smtp.gmail.com with ESMTPSA id u15-20020a63470f000000b00372d063da1fsm8300537pga.29.2022.03.05.21.23.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Mar 2022 21:23:19 -0800 (PST) From: Pranjal Kole To: ~alpine/aports@lists.alpinelinux.org Cc: Pranjal Kole Subject: [PATCH] community/iwd: remove outdated flag Date: Sun, 6 Mar 2022 10:53:02 +0530 Message-Id: <20220306052302.5122-1-pranjal.kole7@gmail.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ć 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