Christian Wiese
11 years ago
3 changed files with 85 additions and 0 deletions
@ -0,0 +1,31 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../libnl3/0001-fix-include-poll.h.patch
|
||||
# Copyright (C) 2014 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
The standard defines <poll.h> and not <sys/poll.h>
|
||||
|
||||
http://pubs.opengroup.org/onlinepubs/009696799/basedefs/poll.h.html
|
||||
|
||||
--- a/include/netlink/netlink.h 2014-04-07 18:20:54.868588489 +0200
|
||||
+++ b/include/netlink/netlink.h 2014-04-07 18:21:14.997078377 +0200
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
-#include <sys/poll.h>
|
||||
+#include <poll.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
@ -0,0 +1,17 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../libnl3/libnl3.conf |
||||
# Copyright (C) 2014 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# regenerate autotools infrastructure because the shipped files have been |
||||
# generated with newer versions |
||||
hook_add preconf 9 'autoreconf -vfi' |
@ -0,0 +1,37 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../libnl3/libnl3.desc |
||||
[COPY] Copyright (C) 2014 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A collection of libraries providing APIs to the netlink protocol |
||||
|
||||
[T] The libnl suite is a collection of libraries providing APIs to netlink |
||||
[T] protocol based Linux kernel interfaces. |
||||
[T] Netlink is a IPC mechanism primarly between the kernel and user space |
||||
[T] processes. It was designed to be a more flexible successor to ioctl to |
||||
[T] provide mainly networking related kernel configuration and monitoring |
||||
[T] interfaces. |
||||
|
||||
[U] http://www.infradead.org/~tgr/libnl/ |
||||
|
||||
[A] Thomas Graf <tgraf.suug.ch> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[L] LGPL |
||||
[S] Stable |
||||
[V] 3.2.24 |
||||
[P] X -?---5---9 109.000 |
||||
|
||||
[D] 3826663824 libnl-3.2.24.tar.gz http://www.infradead.org/~tgr/libnl/files/ |
||||
|
Loading…
Reference in new issue