]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid-selinux-static.patch
rediff patches
[packages/dmraid.git] / dmraid-selinux-static.patch
1 diff -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
4 @@ -40,6 +40,13 @@
5                 LDFLAGS += -rdynamic
6         else
7                 LDFLAGS += -static
8 +               ifeq ("@LIBSELINUX@", "yes")
9 +                       DMRAIDLIBS += -lselinux
10 +               endif
11 +
12 +               ifeq ("@LIBSEPOL@", "yes")
13 +                       DMRAIDLIBS += -lsepol
14 +               endif
15         endif
16  endif
17  
This page took 0.622612 seconds and 4 git commands to generate.