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