connman: rebuild against iptables>=1.4.16.
This commit is contained in:
parent
8023714e54
commit
3f26fa7072
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ librt.so.1
|
|||
libglib-2.0.so.0
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libxtables.so.7
|
||||
libxtables.so.9
|
||||
libresolv.so.2
|
||||
libdl.so.2
|
||||
libc.so.6
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=1.8
|
||||
revision=1
|
||||
revision=2
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pie --enable-threads --enable-ethernet
|
||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||
--enable-polkit --enable-client --with-systemdunitdir=/usr/lib/systemd/system"
|
||||
makedepends="pkg-config glib-devel dbus-devel iptables-devel
|
||||
makedepends="pkg-config glib-devel dbus-devel iptables-devel>=1.4.16.2
|
||||
gnutls-devel readline-devel"
|
||||
fulldepends="dbus bluez wpa_supplicant"
|
||||
short_desc="Open Source CONNection MANager"
|
||||
|
|
Loading…
Reference in a new issue