libnl 3.2.23-rc1 released
Thomas Graf
tgraf at suug.ch
Wed Oct 23 03:33:01 EDT 2013
On 10/23/13 at 02:44am, Jeroen Roovers wrote:
> On Tue, 22 Oct 2013 14:31:15 +0100
> Thomas Graf <tgraf at suug.ch> wrote:
>
> > Merge pull request #45 from chibacchie/vxlan
>
> libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall
> -I../include -I../include -I./route -I./route/cls -D_GNU_SOURCE
> -DSYSCONFDIR=\"/etc/libnl\" -O2 -c route/link/vxlan.c -fPIC -DPIC -o
> route/link/.libs/vxlan.o
> route/link/vxlan.c:32:38: fatal error: netlink/route/link/vxlan.h: No
> such file or directory
> compilation terminated.
> make[2]: *** [route/link/vxlan.lo] Error 1
>
> Did that header file fail to make it into the distributed tarball?
The header didn't make it into the Makefile and was not included
in the dist tarball.
Fixed with:
commit 71ad234b48cd6a7dd08f13545aef3647510840c5
Author: Thomas Graf <tgraf at suug.ch>
Date: Wed Oct 23 09:28:05 2013 +0200
include: Provide <netlink/route/link/vxlan.h> in distribution
Reported-by: Jeroen Roovers <jer at gentoo.org>
Signed-off-by: Thomas Graf <tgraf at suug.ch>
More information about the libnl
mailing list