X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fscreen%2FMakefile;h=6b1b5ac969f372c28c72730fe9c87f8f0ef80d87;hp=3dd0bfbcf7cd5b4616bce824ab236a7ed83fd103;hb=51fb4e32a0a1b74b8a708d4831f5459737cbf19e;hpb=6668b4d965337b3fe7de3c1c3adf28578237af3e diff --git a/utils/screen/Makefile b/utils/screen/Makefile index 3dd0bfbcf7..6b1b5ac969 100644 --- a/utils/screen/Makefile +++ b/utils/screen/Makefile @@ -35,7 +35,6 @@ endef define Build/Configure (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" \