libmnl: new package

[Peter: needs largefile support]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-07-21 16:49:56 -03:00 committed by Peter Korsgaard
parent c1ac6ce60e
commit bea473a4d4
3 changed files with 24 additions and 0 deletions

View File

@ -324,6 +324,7 @@ source "package/libeXosip2/Config.in"
source "package/libidn/Config.in"
source "package/libmicrohttpd/Config.in"
source "package/neon/Config.in"
source "package/libmnl/Config.in"
source "package/libnl/Config.in"
source "package/libpcap/Config.in"
source "package/libosip2/Config.in"

11
package/libmnl/Config.in Normal file
View File

@ -0,0 +1,11 @@
config BR2_PACKAGE_LIBMNL
bool "libmnl"
depends on BR2_LARGEFILE
help
libmnl is a minimalistic user-space library oriented
to Netlink developers.
http://netfilter.org/projects/libmnl/
comment "libmnl requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE

12
package/libmnl/libmnl.mk Normal file
View File

@ -0,0 +1,12 @@
#############################################################
#
# libmnl
#
#############################################################
LIBMNL_VERSION = 1.0.1
LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2
LIBMNL_SITE = http://netfilter.org/projects/libmnl/files
LIBMNL_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,package,libmnl))