aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-23 22:01:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-23 22:01:31 +0000
commite232fb05ae4fed91db44a9bf96f1645ccdfe1f28 (patch)
treed2c9b82334f0d6bdda782cb333e9de5ce682a716
parente5eca095ef651800d1360c24f297b402eb8e306b (diff)
downloadupstream-e232fb05ae4fed91db44a9bf96f1645ccdfe1f28.tar.gz
upstream-e232fb05ae4fed91db44a9bf96f1645ccdfe1f28.tar.bz2
upstream-e232fb05ae4fed91db44a9bf96f1645ccdfe1f28.zip
fix building the screen package (stupid configure script doesn't figure out that rename, etc. are defined, happens only on some machines)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1029 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/screen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/screen/Makefile b/openwrt/package/screen/Makefile
index 0e2cffc44c6..eaaa9abbe77 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" \