From 687dc0cc95e598ebe29726989370fd143d909803 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 30 Dec 2020 15:40:44 -0800 Subject: [PATCH] coova-chili: fix compilation with glibc Disable Werror as it errors on pointless stuff. Signed-off-by: Rosen Penev --- net/coova-chilli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 517a02215..094815c25 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coova-chilli PKG_VERSION:=1.5 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)? @@ -82,7 +82,7 @@ endef DISABLE_NLS= -TARGET_CFLAGS += $(FPIC) -Wno-address-of-packed-member +TARGET_CFLAGS += $(FPIC) -Wno-error CONFIGURE_VARS += \ ARCH="$(LINUX_KARCH)" \