projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1f699
)
lvm2: disable selinux for host
author
Baruch Siach
<baruch@tkos.co.il>
Tue, 10 Oct 2017 19:30:14 +0000
(22:30 +0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 10 Oct 2017 20:03:50 +0000
(22:03 +0200)
There is no need for selinux support in the host lvm2 package.
Should fix:
http://autobuild.buildroot.net/results/6cd/
6cde658da1fa815c157acf36b39c10a8d885e9a9
/
http://autobuild.buildroot.net/results/430/
43071433814a3176256687720c1d665f41748484
/
http://autobuild.buildroot.net/results/ced/
cedd7ff4b287d7b71612134444964dc847cc6062
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lvm2/lvm2.mk
patch
|
blob
|
history
diff --git
a/package/lvm2/lvm2.mk
b/package/lvm2/lvm2.mk
index 9880c12bf05e2d8f559567e9479dd37d836904c0..79691ddec6f665d4d5745e53d7b041e06bf5d545 100644
(file)
--- a/
package/lvm2/lvm2.mk
+++ b/
package/lvm2/lvm2.mk
@@
-59,7
+59,8
@@
HOST_LVM2_CONF_OPTS = \
--disable-dmeventd \
--disable-applib \
--disable-fsadm \
- --disable-readline
+ --disable-readline \
+ --disable-selinux
HOST_LVM2_MAKE_OPTS = device-mapper
HOST_LVM2_INSTALL_OPTS = install_device-mapper