[package] pwlib: set -fpermissive to build properly with gcc-4.7+
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33047 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0bb3eb53ab
commit
694b56e175
@ -32,7 +32,7 @@ define Package/pwlib/description
|
||||
System.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
TARGET_CFLAGS += $(FPIC) -fpermissive
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-minsize \
|
||||
|
Loading…
x
Reference in New Issue
Block a user