summaryrefslogtreecommitdiffstats
path: root/libnl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libnl/Pkgfile')
-rw-r--r--libnl/Pkgfile15
1 files changed, 4 insertions, 11 deletions
diff --git a/libnl/Pkgfile b/libnl/Pkgfile
index 5736cc7dc..63ff63aad 100644
--- a/libnl/Pkgfile
+++ b/libnl/Pkgfile
@@ -5,20 +5,13 @@
# Depends on:
name=libnl
-version=1.1
-release=2
-source=(http://www.infradead.org/~tgr/$name/files/$name-$version.tar.gz
- libnl-1-1-vlan-header.patch
- libnl-1.1-fix-compilation.patch)
+version=3.2.7
+release=1
+source=(http://www.infradead.org/~tgr/$name/files/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -Np1 -i ../libnl-1.1-fix-compilation.patch
-# patch -Np1 -i ../libnl-1-1-vlan-header.patch
-
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
- mkdir -p $PKG/usr/include/netlink
-# cp -a include/netlink/cli $PKG/usr/include/netlink/cli
}