From: Felix Fietkau Date: Mon, 23 May 2005 22:01:31 +0000 (+0000) Subject: fix building the screen package (stupid configure script doesn't figure out that... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=11ac0f1f4cf9cbc2d51193824deea71cdd366aeb;p=openwrt%2Fsvn-archive%2Farchive.git fix building the screen package (stupid configure script doesn't figure out that rename, etc. are defined, happens only on some machines) SVN-Revision: 1029 --- diff --git a/openwrt/package/screen/Makefile b/openwrt/package/screen/Makefile index 0e2cffc44c..eaaa9abbe7 100644 --- a/openwrt/package/screen/Makefile +++ b/openwrt/package/screen/Makefile @@ -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" \