[Lunar-commits] <moonbase> enchant: no statics
wookietreiber
kizkizzbangbang at googlemail.com
Tue Jun 21 19:03:04 CEST 2011
hi
I usually figure out about statics after I lin'ed new modules with
lvu install mod, I don't actively search for them
suggestion:
make default configure use --disable-static and, for build important modules,
like gcc or binutils, use a var in DETAILS, like STATIC=on.
This would let us easily stay
- static-free for all non-essential stuff, i.e. no rebuilds needed to make
changes visible
- and static-save, i.e. modules required for the build process won't break
instantly with a broken dependency
best regards
wookietreiber
On Tue, Jun 21, 2011 at 08:57:52AM -0700, Auke Kok wrote:
> 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