Author: adasi Date: Mon Feb 21 18:45:11 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - added static version - still needs fix - won't work on non-selinux systems - static version not tested - anyone wants to include it in geninitrd? :)
---- Files affected: SOURCES: dmraid-selinux-static.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/dmraid-selinux-static.patch diff -u /dev/null SOURCES/dmraid-selinux-static.patch:1.1 --- /dev/null Mon Feb 21 19:45:11 2005 +++ SOURCES/dmraid-selinux-static.patch Mon Feb 21 19:45:06 2005 @@ -0,0 +1,10 @@ +--- dmraid/tools/Makefile.in~ 2005-02-21 19:36:32.912447208 +0100 ++++ dmraid/tools/Makefile.in 2005-02-21 19:36:32.912447208 +0100 +@@ -38,6 +38,7 @@ + DMRAIDLIBS += -rdynamic + else + LD_FLAGS += -static ++ DMRAIDLIBS += -lselinux + endif + + .PHONY: install_dmraid_tools remove_dmraid_tools ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
