Date: Wednesday, October 30, 2019 @ 19:15:22
  Author: shibumi
Revision: 520998

upgpkg: iwd 1.0-3

We enable static builds with an ELL shipped inside of the tarball again,
because upstream *strongly* recommends to not use ELL as shared library.  ELL
is not on a stable release branch yet.

This will mitigate shared library errors for the future (at least as long ELL
is not considered stable).

Modified:
  iwd/trunk/ChangeLog
  iwd/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog   2019-10-30 19:09:07 UTC (rev 520997)
+++ ChangeLog   2019-10-30 19:15:22 UTC (rev 520998)
@@ -1,3 +1,7 @@
+ver 1.0:
+       Add support for stable D-Bus interfaces.
+       Add support for network configuration documentation.
+
 ver 0.23:
        Fix issue with strict certificate chain checks.
        Fix issue with parsing RSNE_ADVANCE information.

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-30 19:09:07 UTC (rev 520997)
+++ PKGBUILD    2019-10-30 19:15:22 UTC (rev 520998)
@@ -4,12 +4,12 @@
 
 pkgname=iwd
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
-depends=('glibc' 'readline' 'libreadline.so' 'ell')
+depends=('glibc' 'readline' 'libreadline.so')
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
@@ -25,7 +25,6 @@
        --sysconfdir=/etc \
        --localstatedir=/var \
        --libexecdir=/usr/lib/iwd \
-       --enable-external-ell \
        --enable-wired \
        --enable-ofono \
        --enable-sim-hardcoded \

Reply via email to