From fa5253529a97620bdad07bed662b9f6474b7f695 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 13 Dec 2006 17:55:36 +0000 Subject: [PATCH] Fixed up linking for dmraid for bug #157538. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@468 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- ChangeLog | 3 +++ gen_compile.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dbc928e..40e724a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Dec 2006; Chris Gianelloni gen_compile.sh: + Fixed up linking for dmraid for bug #157538. + 13 Dec 2006; Chris Gianelloni alpha/busy-config, ia64/busy-config, parisc/busy-config, parisc64/busy-config, ppc/busy-config, ppc64/busy-config, sparc/busy-config, diff --git a/gen_compile.sh b/gen_compile.sh index 8f47642..8be3556 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -514,7 +514,8 @@ compile_dmraid() { gen_die 'Configure of dmraid failed!' #We dont necessarily have selinux installed yet .. look into selinux global support in the future. - sed -i tools/Makefile -e "s|DMRAIDLIBS += -lselinux||g" + # sed -i tools/Makefile -e "s|DMRAIDLIBS += -lselinux||g" + echo "DMRAIDLIBS += -lselinux -lsepol" >> tools/Makefile mkdir -p "${TEMP}/dmraid" print_info 1 'dmraid: >> Compiling...' compile_generic '' utils -- 2.26.2