On 18.02.2014 08:03, Michel Stempin wrote: > Signed-off-by: Michel Stempin <[email protected]> > --- > net/l2tpv3tun/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile > index f965569..2a6fab1 100644 > --- a/net/l2tpv3tun/Makefile > +++ b/net/l2tpv3tun/Makefile > @@ -36,9 +36,9 @@ endef > > MAKE_FLAGS += \ > CC="$(TARGET_CC)" \ > - CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include > -I$(LINUX_DIR)/include" \ > + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include > -I$(STAGING_DIR)/usr/include/libnl3 -I$(LINUX_DIR)/$(LINUX_UAPI_DIR)" \ > LD="$(TARGET_CC)" \ > - LDFLAGS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib -lnl -lnl-genl" > + LDFLAGS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib -lnl-3 -lnl-genl-3" > > define Package/l2tpv3tun/install > $(INSTALL_DIR) $(1)/usr/bin > Fixing the package is probably nice to have, but - it was replaced by iproute2-3.4 ("ip l2tp", May 2012 ) [1] - BB has 3.11 currently (upstream: 3.12) - no IPv6 in contrast to iproute2 [2]
[1] http://sourceforge.net/mailarchive/message.php?msg_id=29409550 [2] https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=6618e334ba6bb0a5638ac30cc4662103e7ec9f1e
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
