diff options
author | sibel <lesibel@free.fr> | 2011-02-03 11:59:28 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-02-03 11:59:28 +0100 |
commit | 4a15997460bc97c3639693318e72f12e4c58a850 (patch) | |
tree | 50b01466d796511263386f0b8a0165446024eb01 /base/libnl/Pkgfile | |
parent | dba59f0be544b54ea83f7c27ebe437f49b26e263 (diff) | |
download | nutyx-extra-4a15997460bc97c3639693318e72f12e4c58a850.tar.gz nutyx-extra-4a15997460bc97c3639693318e72f12e4c58a850.tar.bz2 nutyx-extra-4a15997460bc97c3639693318e72f12e4c58a850.tar.xz nutyx-extra-4a15997460bc97c3639693318e72f12e4c58a850.zip |
libnl, correction port 1.1-2
Diffstat (limited to 'base/libnl/Pkgfile')
-rw-r--r-- | base/libnl/Pkgfile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/base/libnl/Pkgfile b/base/libnl/Pkgfile index 30a2b1245..2eb2acd03 100644 --- a/base/libnl/Pkgfile +++ b/base/libnl/Pkgfile @@ -6,17 +6,17 @@ name=libnl version=1.1 -release=1 -source=(http://kiao.no-ip.info/sources/$name-$version.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/{libnl-1.pc,01-missing_declaration.patch,gcc43.patch}) +release=2 +source=(http://kiao.no-ip.info/sources/$name-$version.tar.gz + libnl-1.1-fix-compilation.patch + ) + build() { cd $name-$version - patch -Np1 -i ../01-missing_declaration.patch - patch -Np1 -i ../gcc43.patch + patch -Np1 -i ../libnl-1.1-fix-compilation.patch + ./configure --prefix=/usr make make DESTDIR=$PKG install - install -D -m0644 ../libnl-1.pc $PKG/usr/lib/pkgconfig/libnl-1.pc - } |