oprofile: add -fpermissive for C++ to fix build errors

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30761 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-03-01 10:43:50 +00:00
parent a91b65ad3a
commit 144b2de11d

View File

@ -49,6 +49,7 @@ define Build/Configure
)
endef
TARGET_CXXFLAGS += -fpermissive
TARGET_LDFLAGS := -L$(STAGING_DIR)/usr/lib $(TARGET_LDFLAGS)
define Package/oprofile-utils/install