summaryrefslogtreecommitdiffstats
path: root/base/libnl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libnl/Pkgfile')
-rw-r--r--base/libnl/Pkgfile11
1 files changed, 3 insertions, 8 deletions
diff --git a/base/libnl/Pkgfile b/base/libnl/Pkgfile
index 2eb2acd03..5a0e43f6b 100644
--- a/base/libnl/Pkgfile
+++ b/base/libnl/Pkgfile
@@ -5,17 +5,12 @@
# Depends on:
name=libnl
-version=1.1
-release=2
-source=(http://kiao.no-ip.info/sources/$name-$version.tar.gz
- libnl-1.1-fix-compilation.patch
- )
-
+version=2.0
+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
-
./configure --prefix=/usr
make
make DESTDIR=$PKG install