From 9a37eaeacf30cceefd56aa53d80a6b7f3fe26503 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 26 Jan 2011 11:33:38 +0000 Subject: libnl-tiny: Fix for c++ compatibility g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama SVN-Revision: 25101 --- package/libnl-tiny/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libnl-tiny/Makefile') diff --git a/package/libnl-tiny/Makefile b/package/libnl-tiny/Makefile index 4b02ef16be..f964249283 100644 --- a/package/libnl-tiny/Makefile +++ b/package/libnl-tiny/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnl-tiny PKG_VERSION:=0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3