libnl: remove package

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-27 13:58:42 +02:00
parent 39b19b26fc
commit cd6a96f7b1
4 changed files with 0 additions and 35 deletions

View File

@ -1,17 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
make
$MAKEINSTALL

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/lib/*.so* $INSTALL/usr/lib/

View File

@ -1,11 +0,0 @@
diff -Naur libnl-1.1/include/netlink-local.h libnl-1.1.patch/include/netlink-local.h
--- libnl-1.1/include/netlink-local.h 2008-01-14 16:48:45.000000000 +0100
+++ libnl-1.1.patch/include/netlink-local.h 2010-04-13 20:34:38.502955161 +0200
@@ -15,6 +15,7 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
+#include <limits.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>

View File

@ -1 +0,0 @@
https://launchpad.net/ubuntu/hardy/+source/libnl/1.1-1/+files/libnl_1.1.orig.tar.gz