]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Enable git pulling using HTTP
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 7 Feb 2017 20:53:38 +0000 (15:53 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 10 Feb 2017 18:33:51 +0000 (13:33 -0500)
to deal with firewalls.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 56ef876c50b824b7adc4a70d76f94f6510e52e3b..03e1912eeefc595cf699790e49488f9c87ac4abb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ xen-DISTRIB_TARGET = dist/common/xen.gz
 xen-config:
        if [ -e xen/tools/configure ]; then \
                if ! [ -e xen/tools/config.h ]; \
-                       then (cd xen;./configure --prefix=/usr --disable-blktap2); \
+                       then (cd xen;./configure --prefix=/usr --disable-blktap2 --enable-githttp); \
                fi; \
        fi
        if [ -e xen/tools/firmware/seabios-dir ]; then \