fix download urls
[openwrt.git] / openwrt / package / screen / Makefile
index 575c99b..c4223c4 100644 (file)
@@ -7,7 +7,10 @@ PKG_VERSION:=4.0.2
 PKG_RELEASE:=1
 PKG_MD5SUM:=ed68ea9b43d9fba0972cb017a24940a1
 
-PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/screen
+PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/screen \
+       ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/screen/ \
+       ftp://ftp.mirror.nl/pub/mirror/gnu/screen/ \
+       http://mirror.switch.ch/ftp/mirror/gnu/screen/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_CAT:=zcat
 
@@ -21,6 +24,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" \
@@ -47,11 +51,11 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
                  --enable-shared \
                  --disable-static \
        );
-       touch $(PKG_BUILD_DIR)/.configured
+       touch $@
 
 $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
        $(MAKE) -C $(PKG_BUILD_DIR)
-       touch $(PKG_BUILD_DIR)/.built
+       touch $@
 
 $(IPKG_SCREEN):
        install -d -m0755 $(IDIR_SCREEN)/usr/sbin
This page took 0.020083 seconds and 4 git commands to generate.