1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

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
This commit is contained in:
Felix Fietkau 2005-05-23 22:01:31 +00:00
parent e118e0e8ef
commit 4f85a5c0c6

@ -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" \