mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
libnl: update to libnl-3.2.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
30c693d969
commit
7fa5937ab4
@ -29,6 +29,7 @@ cd $PKG_BUILD
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-cli \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -23,4 +23,5 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/lib/*.so* $INSTALL/usr/lib/
|
cp -P $PKG_BUILD/lib/.libs/libnl-*.so* $INSTALL/usr/lib/
|
||||||
|
rm -rf $INSTALL/usr/lib/libnl-*.so*T
|
@ -19,12 +19,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libnl"
|
PKG_NAME="libnl"
|
||||||
PKG_VERSION="1.1"
|
PKG_VERSION="3.2.3"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://people.suug.ch/~tgr/libnl/"
|
PKG_SITE="http://people.suug.ch/~tgr/libnl/"
|
||||||
PKG_URL="https://launchpad.net/ubuntu/hardy/+source/libnl/1.1-1/+files/${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"
|
PKG_URL="http://www.infradead.org/~tgr/libnl/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user