diff --git a/network/misc/libnl/actions.py b/network/misc/libnl/actions.py
index d7192153cf..b9149a7407 100644
--- a/network/misc/libnl/actions.py
+++ b/network/misc/libnl/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
- autotools.configure()
+ autotools.configure("--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -19,4 +19,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("COPYING", "ChangeLog")
\ No newline at end of file
+ pisitools.dodoc("COPYING", "ChangeLog")
diff --git a/network/misc/libnl/pspec.xml b/network/misc/libnl/pspec.xml
index 8cae491ebe..7ba4e3ddc3 100644
--- a/network/misc/libnl/pspec.xml
+++ b/network/misc/libnl/pspec.xml
@@ -12,7 +12,7 @@
library
A library for applications dealing with netlink sockets
libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation.
- http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz
+ https://github.com/thom311/libnl/releases/download/libnl3_4_0/libnl-3.4.0.tar.gz
glibc
flex
@@ -31,6 +31,7 @@
/usr/share/man
/etc/libnl
/usr/sbin
+ /usr/bin
@@ -47,6 +48,13 @@
+
+ 2018-07-29
+ 3.4.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2017-02-17
3.2.25