fix libreadline compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 02:52:14 +0000 (02:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Dec 2007 02:52:14 +0000 (02:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9872 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libreadline/Makefile

index 592bef9..d12462f 100644 (file)
@@ -45,6 +45,8 @@ define Build/Configure
        )
 endef
 
+TARGET_CPPFLAGS:=-I. -I.. $(TARGET_CPPFLAGS)
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \