You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2015/12/04 12:32:32 UTC

svn commit: r1717935 - /httpd/test/mod_h2/trunk/nghttp2/Makefile.am

Author: icing
Date: Fri Dec  4 11:32:31 2015
New Revision: 1717935

URL: http://svn.apache.org/viewvc?rev=1717935&view=rev
Log:
alt libev download

Modified:
    httpd/test/mod_h2/trunk/nghttp2/Makefile.am

Modified: httpd/test/mod_h2/trunk/nghttp2/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/nghttp2/Makefile.am?rev=1717935&r1=1717934&r2=1717935&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/nghttp2/Makefile.am (original)
+++ httpd/test/mod_h2/trunk/nghttp2/Makefile.am Fri Dec  4 11:32:31 2015
@@ -34,7 +34,9 @@ ZLIB_URL        = http://zlib.net/$(ZLIB
 LIBEV_VERSION    = @LIBEV_VERSION@
 LIBEV_DIR        = libev-$(LIBEV_VERSION)
 LIBEV_TAR        = $(LIBEV_DIR).tar.gz
-LIBEV_URL        = http://dist.schmorp.de/libev/$(LIBEV_TAR)
+#LIBEV_URL        = http://dist.schmorp.de/libev/$(LIBEV_TAR)
+# alt location if schmorp offline
+LIBEV_URL        = https://fossies.org/linux/misc/$(LIBEV_TAR)
 LIBEV_CONF_ENV   = PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig \
     LDFLAGS=-L$(prefix)/lib CFLAGS=-I$(prefix)/include