[Lunar-commits] <moonbase> enchant: no statics
Auke Kok
auke at foo-projects.org
Tue Jun 21 17:57:52 CEST 2011
On 06/20/2011 11:43 PM, Christian Krause wrote:
> commit 59499709ff42673f25e976e26a9a4862ef2c4d64
> Author: Christian Krause<wookietreiber at lunar-linux.org>
> Date: Tue Jun 21 08:43:17 2011 +0200
>
> enchant: no statics
> ---
> utils/enchant/BUILD | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/utils/enchant/BUILD b/utils/enchant/BUILD
> index 5cbc693..60bbdcc 100644
> --- a/utils/enchant/BUILD
> +++ b/utils/enchant/BUILD
> @@ -1,6 +1,6 @@
> (
>
> - OPTS+=" --without-system-myspell"&&
> + OPTS+=" --disable-static --without-system-myspell"&&
at this point I'm wondering if it's not smarter to just test *all* of
moonbase against --disable-static.
Have you tried something like that?
# OPTS=--disable-static lunar rebuild
Auke
More information about the Lunar-dev
mailing list