]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid-selinux-static.patch
- fix bcond
[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,7 @@
5                 DMRAIDLIBS += -rdynamic
6         else
7                 LDFLAGS += -static
8 +               DMRAIDLIBS += -lselinux -lsepol
9         endif
10  endif
11  
12 @@ -64,3 +65,4 @@
13         done
14  
15  remove:        remove_dmraid_tools
16 +
This page took 0.039375 seconds and 3 git commands to generate.