fix building the screen package (stupid configure script doesn't figure out that...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 23 May 2005 22:01:31 +0000 (22:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 23 May 2005 22:01:31 +0000 (22:01 +0000)
SVN-Revision: 1029

openwrt/package/screen/Makefile

index 0e2cffc44c65a87b2ee52d31d3b26c51d72a3e90..eaaa9abbe77da020e375aaa086b4a9e42e5453f4 100644 (file)
@@ -21,6 +21,7 @@ $(eval $(call PKG_template,SCREEN,screen,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
        (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
                $(TARGET_CONFIGURE_OPTS) \
+               $(foreach flag,rename fchmod fchown strerror lstat _exit utimes vsnprintf getcwd setlocale strftime,ac_cv_func_$(flag)=yes ) \
                CFLAGS="$(TARGET_CFLAGS)" \
                CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
                LDFLAGS="-L$(STAGING_DIR)/usr/lib" \