[Ovirt-devel] Re: [PATCH node-image] Add boost thread library to node.

Ian Main imain at redhat.com
Fri Oct 31 18:52:34 UTC 2008


I see Alan beat me to it on this one. :)  Ignore.


On Fri, 31 Oct 2008 11:31:29 -0700
Ian Main <imain at redhat.com> wrote:

> Apparently we have a new requirement for qmf agents, the boost
> thread library.  Add it to the node.
> 
> Signed-off-by: Ian Main <imain at redhat.com>
> ---
>  common-blacklist.ks |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/common-blacklist.ks b/common-blacklist.ks
> index 149a3b1..2fa2d82 100644
> --- a/common-blacklist.ks
> +++ b/common-blacklist.ks
> @@ -111,9 +111,11 @@ echo "Running image-minimizer..."
>  drop /usr/lib/libboost*
>  keep /usr/lib/libboost_program_options.so*
>  keep /usr/lib/libboost_filesystem.so*
> +keep /usr/lib/libboost_thread-mt.so*
>  drop /usr/lib64/libboost*
>  keep /usr/lib64/libboost_program_options.so*
>  keep /usr/lib64/libboost_filesystem.so*
> +keep /usr/lib64/libboost_thread-mt.so*
>  
>  %end
>  
> -- 
> 1.5.6.5
> 




More information about the ovirt-devel mailing list