From 9adcfbdd08775354d4ae5f063dae6a9324824c2f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 7 Aug 2012 16:09:21 +0000 Subject: [PATCH] [package] pwlib: set -fpermissive to build properly with gcc-4.7+ SVN-Revision: 33047 --- libs/pwlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pwlib/Makefile b/libs/pwlib/Makefile index 36c4ae6ebb..84e4f3ed9a 100644 --- a/libs/pwlib/Makefile +++ b/libs/pwlib/Makefile @@ -32,7 +32,7 @@ define Package/pwlib/description System. endef -TARGET_CFLAGS += $(FPIC) +TARGET_CFLAGS += $(FPIC) -fpermissive CONFIGURE_ARGS += \ --enable-minsize \ -- 2.30.2