Search Criteria
Package Details: iwd-git r2423.5c5bfbb-1
Git Clone URL: | https://aur.archlinux.org/iwd-git.git (read-only, click to copy) |
---|---|
Package Base: | iwd-git |
Description: | Internet Wireless Daemon |
Upstream URL: | https://git.kernel.org/cgit/network/wireless/iwd.git/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ImNtReal |
Maintainer: | Shibumi |
Last Packager: | Shibumi |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2017-01-16 15:49 |
Last Updated: | 2020-01-29 17:04 |
Dependencies (5)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- libreadline.so (readline-athame-git, readline-git, readline)
- readline (readline-athame-git, readline-git)
- git (git-git) (make)
- python-docutils (make)
Required by (18)
- connman-git (requires iwd) (optional)
- connman-git (requires iwd) (make)
- iwd-autocaptiveauth-git (requires iwd)
- iwgtk (requires iwd)
- libnm-git (requires iwd) (optional)
- libnm-glib-secure (requires iwd) (make)
- libnm-iwd (requires iwd) (make)
- libnm-secure (requires iwd) (make)
- networkmanager-consolekit (requires iwd) (optional)
- networkmanager-consolekit (requires iwd) (make)
- networkmanager-iwd (requires iwd) (make)
- networkmanager-iwd (requires iwd)
- networkmanager-iwd-overlay (requires iwd)
- networkmanager-noscan (requires iwd) (make)
- networkmanager-noscan (requires iwd) (optional)
- networkmanager-secure (requires iwd) (make)
- networkmanager-secure (requires iwd) (optional)
- nm-iwd-cloud-setup (requires iwd) (make)
Latest Comments
keithspg commented on 2020-10-09 16:13
There are 2 configure flags in the PKGBUILD which report as no longer valid: configure: WARNING: unrecognized options: --with-runstatedir, --enable-sim-hardc oded
Shibumi commented on 2020-01-29 17:06
@xdavidwu and @gdamjan I've updated the PKGBUILD according to the one in community, sorry for the delay.
xdavidwu commented on 2019-12-12 16:41
missing makedepends python-docutils for rst2man utility to generate manpages
gdamjan commented on 2019-09-09 17:46
please update the package to be more similar to the iwd in [community], especially the ./configure line
Shibumi commented on 2018-05-04 21:19
Hello, You should make sure to set the right libexec dir and localstatedir.. configure the "configure line" like this:
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/iwd --localstatedir=/var
This should fix the issue.