Merge pull request #5020 from Rmys/master

libnl:rebuild
This commit is contained in:
Rmys
2018-07-29 16:26:17 +03:00
committed by GitHub
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -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")
pisitools.dodoc("COPYING", "ChangeLog")
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A library for applications dealing with netlink sockets</Summary>
<Description>libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation.</Description>
<Archive sha1sum="b7a4981f7edf7398256d35fd3c0b87bc84ae27d1" type="targz">http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz</Archive>
<Archive sha1sum="4fc4c3b6812dc7e68ef8acb69287583685266a0b" type="targz">https://github.com/thom311/libnl/releases/download/libnl3_4_0/libnl-3.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc</Dependency>
<Dependency>flex</Dependency>
@@ -31,6 +31,7 @@
<Path fileType="man">/usr/share/man</Path>
<Path fileType="config">/etc/libnl</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
@@ -47,6 +48,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-29</Date>
<Version>3.4.0</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-17</Date>
<Version>3.2.25</Version>