]> TLD Linux GIT Repositories - packages/lvm2.git/blob - lvm2-selinux.patch
- updated to 2.02.162, partial PLD merge (patches)
[packages/lvm2.git] / lvm2-selinux.patch
1 --- LVM2.2.02.28/tools/Makefile.in~     2007-08-20 23:55:30.000000000 +0300
2 +++ LVM2.2.02.28/tools/Makefile.in      2007-10-31 19:45:05.169858091 +0200
3 @@ -92,6 +92,9 @@
4  endif
5  
6  LVMLIBS += -ldevmapper
7 +ifneq ("@STATIC_LINK@", "yes")
8 +  LVMLIBS += -lselinux -lsepol
9 +endif
10  
11  DEFS += -DLVM_SHARED_PATH=\"$(exec_prefix)/sbin/lvm\"
12