Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
47dbf6be
You need to sign in or sign up before continuing.
Commit
47dbf6be
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
New patch Don-t-fail-the-build-without-libcurl-and-esx.patch
parent
be521aff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/Don-t-fail-the-build-without-libcurl-and-esx.patch
+35
-0
35 additions, 0 deletions
...atches/Don-t-fail-the-build-without-libcurl-and-esx.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
36 additions
and
0 deletions
debian/patches/Don-t-fail-the-build-without-libcurl-and-esx.patch
0 → 100644
+
35
−
0
View file @
47dbf6be
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Fri, 25 Jan 2013 21:58:48 +0100
Subject: Don't fail the build without libcurl and esx
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 2aeece1..cc1f7c9 100755
--- a/configure
+++ b/configure
@@ -64746,7 +64746,7 @@
fi
if test "$with_curl" != "yes" ; then
- if test "$with_esx" = "check"; then
+ if test "$with_esx" != "yes"; then
with_esx=no
else
as_fn_error $? "Curl is required for the ESX driver" "$LINENO" 5
diff --git a/configure.ac b/configure.ac
index 89db83e..e3a749a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1810,7 +1810,7 @@
dnl check for (ESX)
dnl
if test "$with_curl" != "yes" ; then
- if test "$with_esx" = "check"; then
+ if test "$with_esx" != "yes"; then
with_esx=no
else
AC_MSG_ERROR([Curl is required for the ESX driver])
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
47dbf6be
...
...
@@ -10,3 +10,4 @@ Don-t-fail-if-we-can-t-setup-avahi.patch
Reduce-udevadm-settle-timeout-to-10-seconds.patch
debian/Debianize-systemd-service-files.patch
Allow-xen-toolstack-to-find-it-s-binaries.patch
Don-t-fail-the-build-without-libcurl-and-esx.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment