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
175d4971
Commit
175d4971
authored
15 years ago
by
Laurent Léonard
Browse files
Options
Downloads
Patches
Plain Diff
Fix SELinux linking issues.
Pulled from upstream 309acaa0230494b8ec08d03375c10238cb2daf55.
parent
12268f6f
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/patches/0005-Fix-SELinux-linking-issues.patch
+36
-0
36 additions, 0 deletions
debian/patches/0005-Fix-SELinux-linking-issues.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
37 additions
and
0 deletions
debian/patches/0005-Fix-SELinux-linking-issues.patch
0 → 100644
+
36
−
0
View file @
175d4971
From: =?utf-8?q?Laurent=20L=C3=A9onard?= <laurent@open-minds.org>
Date: Mon, 19 Oct 2009 21:16:34 +0200
Subject: [PATCH] Fix SELinux linking issues.
---
src/Makefile.am | 2 ++
src/Makefile.in | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 5963a73..3ba7caf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -657,6 +657,8 @@
libvirt_driver_security_la_CFLAGS = \
libvirt_driver_security_la_LDFLAGS =
if WITH_SECDRIVER_SELINUX
libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_SELINUX_SOURCES)
+libvirt_driver_security_la_CFLAGS += $(SELINUX_CFLAGS)
+libvirt_driver_security_la_LDFLAGS += $(SELINUX_LIBS)
endif
if WITH_SECDRIVER_APPARMOR
libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_APPARMOR_SOURCES)
diff --git a/src/Makefile.in b/src/Makefile.in
index acbf648..2cb6689 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -114,6 +114,8 @@
host_triplet = @host@
@HAVE_DEVKIT_TRUE@@WITH_NODE_DEVICES_TRUE@am__append_70 = $(DEVKIT_LIBS)
@WITH_DRIVER_MODULES_TRUE@@WITH_NODE_DEVICES_TRUE@am__append_71 = -module -avoid-version
@WITH_SECDRIVER_SELINUX_TRUE@am__append_72 = $(SECURITY_DRIVER_SELINUX_SOURCES)
+@WITH_SECDRIVER_SELINUX_TRUE@am__append_74 = $(SELINUX_CFLAGS)
+@WITH_SECDRIVER_SELINUX_TRUE@am__append_75 = $(SELINUX_LIBS)
@WITH_SECDRIVER_APPARMOR_TRUE@am__append_73 = $(SECURITY_DRIVER_APPARMOR_SOURCES)
@WITH_SECDRIVER_APPARMOR_TRUE@am__append_74 = $(APPARMOR_CFLAGS)
@WITH_SECDRIVER_APPARMOR_TRUE@am__append_75 = $(APPARMOR_LIBS)
--
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
175d4971
...
...
@@ -2,3 +2,4 @@
0002-qemu-disable-network.diff.patch
0003-allow-libvirt-group-to-access-the-socket.patch
0004-fix-Debian-specific-path-to-hvm-loader.patch
0005-Fix-SELinux-linking-issues.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