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
63167cdf
Commit
63167cdf
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Enable libxl
Closes: #698093
parent
44510ba9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+4
-0
4 additions, 0 deletions
debian/rules
with
5 additions
and
1 deletion
debian/control
+
1
−
1
View file @
63167cdf
...
...
@@ -15,7 +15,7 @@ Build-Depends:
python-all-dev (>= 2.6.6-3~),
libavahi-client-dev,
libsasl2-dev,
libxen-dev [i386 amd64],
libxen-dev
(>= 4.3)
[i386 amd64],
lvm2 [linux-any],
open-iscsi [linux-any],
libparted0-dev (>= 2.2),
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
0
View file @
63167cdf
...
...
@@ -5,10 +5,12 @@ export VIR_TEST_DEBUG=1
ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
WITH_XEN = --with-xen
WITH_LIBXL = --with-libxl
WITH_VBOX = --with-vbox
MAKE_CHECK = 1
else
WITH_XEN = --without-xen
WITH_LIBXL = --without-libxl
WITH_VBOX = --without-vbox
endif
WITH_STORAGE_LVM = --with-storage-lvm
...
...
@@ -59,6 +61,7 @@ else
WITH_AUDIT = --without-audit
WITH_DTRACE = --without-dtrace
WITH_XEN = --without-xen
WITH_LIBXL = --without-libxl
WITH_VBOX = --without-vbox
endif
...
...
@@ -89,6 +92,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_NETWORK) \
$(WITH_NETCF) \
$(WITH_XEN) \
$(WITH_LIBXL) \
$(WITH_VBOX) \
$(WITH_LXC) \
$(WITH_DTRACE) \
...
...
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