]> git.pld-linux.org Git - packages/dmraid.git/blame - dmraid-selinux-static.patch
rediff patches
[packages/dmraid.git] / dmraid-selinux-static.patch
CommitLineData
b2628958
SP
1diff -ur dmraid/1.0.0.rc7/tools/Makefile.in dmraid.new/1.0.0.rc7/tools/Makefile.in
2--- dmraid/1.0.0.rc7/tools/Makefile.in 2005-03-11 12:47:28.000000000 +0000
3+++ dmraid.new/1.0.0.rc7/tools/Makefile.in 2005-04-17 12:35:13.262390032 +0000
9a7fa993 4@@ -40,6 +40,13 @@
46a44db0 5 LDFLAGS += -rdynamic
b2628958
SP
6 else
7 LDFLAGS += -static
9a7fa993
JR
8+ ifeq ("@LIBSELINUX@", "yes")
9+ DMRAIDLIBS += -lselinux
10+ endif
11+
12+ ifeq ("@LIBSEPOL@", "yes")
13+ DMRAIDLIBS += -lsepol
14+ endif
b2628958 15 endif
d8d39b7c 16 endif
17
This page took 0.118044 seconds and 4 git commands to generate.