[packages/opam] avoid detecting for curl/wget availability

glen glen at pld-linux.org
Sat Nov 23 23:45:18 CET 2013


commit 9aedd02dbd3f8a234c9c5407dc33af06be1ea649
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 24 00:44:55 2013 +0200

    avoid detecting for curl/wget availability

 opam.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/opam.spec b/opam.spec
index 60c93be..2fda1bb 100644
--- a/opam.spec
+++ b/opam.spec
@@ -77,8 +77,10 @@ ln -s %{SOURCE5} src_ext
 ln -s %{SOURCE6} src_ext
 
 %build
-%configure
-%{__make} all opt -j1
+%configure \
+	FETCH=curl
+%{__make} all opt -j1 \
+	FETCH=/bin/false
 
 %if %{with doc}
 # make doc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opam.git/commitdiff/9aedd02dbd3f8a234c9c5407dc33af06be1ea649



More information about the pld-cvs-commit mailing list