fix libreadline compile
authorFelix Fietkau <nbd@openwrt.org>
Sun, 23 Dec 2007 02:52:14 +0000 (02:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 23 Dec 2007 02:52:14 +0000 (02:52 +0000)
SVN-Revision: 9872

libs/libreadline/Makefile

index 592bef9067c76c9c435265c59b205b020a696c57..d12462faecd90ce7f419191b22ca35251a5c3749 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)" \