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
17570fc9
Commit
17570fc9
authored
13 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Enable OpenVZ on Linux only
Closes: #630099
parent
3ceb58b6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+2
-1
2 additions, 1 deletion
debian/rules
with
2 additions
and
1 deletion
debian/rules
+
2
−
1
View file @
17570fc9
...
...
@@ -21,6 +21,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_MACVTAP = --with-macvtap
WITH_NETWORK = --with-network
WITH_QEMU = --with-qemu
WITH_OPENVZ = --with-openvz
ifneq (,$(findstring $(DEB_HOST_ARCH), ia64))
WITH_LXC = --without-lxc
else
...
...
@@ -48,7 +49,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
$(WITH_QEMU) \
--with-qemu-user=libvirt-qemu \
--with-qemu-group=kvm \
--with-openvz
\
$(WITH_OPENVZ)
\
--with-avahi \
--with-sasl \
$(WITH_POLKIT) \
...
...
This diff is collapsed.
Click to expand it.
Andrea Bolognani
@abologna
mentioned in commit
6cbe83eb
·
4 years ago
mentioned in commit
6cbe83eb
mentioned in commit 6cbe83eb61133b969c356058a33fa09d6d1a64a7
Toggle commit list
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