[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:
@ -32,7 +32,7 @@ define Package/pwlib/description
|
|||||||
System.
|
System.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC) -fpermissive
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-minsize \
|
--enable-minsize \
|
||||||
|
Reference in New Issue
Block a user