From 676d5b9b0eacff053a4730e52df59f32ebf1d5aa Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 6 Jul 2009 20:06:09 +0000 Subject: [PATCH] [package] workaround gcc-3.4.6 not handling -iquote parameter (#5446) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16721 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/faad2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index d1cad4dda..2c94173f2 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -56,6 +56,10 @@ $(call Package/faad2/Default/description) endef define Build/Configure + # This replacement were do according to many comments on the web because of gcc 3.4.5 version (.6 included).- + # wich doesn't recognices the -iquote parameter to AM_CFLAGS + ($(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.am; \ + $(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.in); (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ autoreconf -vif \ ); -- 2.11.0