Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=03e457a2bf1dde957215b21fcb54a9cfee71f8d5

commit 03e457a2bf1dde957215b21fcb54a9cfee71f8d5
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sat Jan 30 12:02:43 2010 +0100

libnl-1.1-2-ppc
*added glibc fix
*added ppc to archs()

diff --git a/source/lib-extra/libnl/FrugalBuild 
b/source/lib-extra/libnl/FrugalBuild
index dabafa3..fcb64d9 100644
--- a/source/lib-extra/libnl/FrugalBuild
+++ b/source/lib-extra/libnl/FrugalBuild
@@ -4,12 +4,13 @@

pkgname=libnl
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library to ease the use of netlink sockets"
url="http://people.suug.ch/~tgr/libnl/";
depends=('glibc')
groups=('lib-extra')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump $url |Flasttar"
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('54c7d02f93b09b43338e5cbf42f1373e83566577')
+source=($url/files/$pkgname-$pkgver.tar.gz glibc28.diff)
+sha1sums=('54c7d02f93b09b43338e5cbf42f1373e83566577' \
+          'abd966de7c5ea6f9da9624ce54020dcd3fb3ee92')
diff --git a/source/lib-extra/libnl/glibc28.diff 
b/source/lib-extra/libnl/glibc28.diff
new file mode 100644
index 0000000..6042067
--- /dev/null
+++ b/source/lib-extra/libnl/glibc28.diff
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/show_bug.cgi?id=225393
+
+--- include/netlink-local.h    2008-06-09 07:54:20 +0000
++++ include/netlink-local.h    2008-06-09 07:54:47 +0000
+@@ -26,6 +26,7 @@
+ #include <sys/socket.h>
+ #include <inttypes.h>
+ #include <assert.h>
++#include <limits.h>
+
+ #include <arpa/inet.h>
+ #include <netdb.h>
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to