[Lunar-commits] r22455 - moonbase/trunk/audio/swh-plugins
Auke Kok
sofar at foo-projects.org
Mon Dec 4 22:03:49 CET 2006
Dennis Veatch wrote:
> Author: stumbles
> Date: 2006-12-04 21:10:16 +0100 (Mon, 04 Dec 2006)
> New Revision: 22455
>
> Added:
> moonbase/trunk/audio/swh-plugins/BUILD
> Log:
>
> The -fPIC and x86_64 thing.
>
>
>
> Added: moonbase/trunk/audio/swh-plugins/BUILD
> ===================================================================
> --- moonbase/trunk/audio/swh-plugins/BUILD (rev 0)
> +++ moonbase/trunk/audio/swh-plugins/BUILD 2006-12-04 20:10:16 UTC (rev 22455)
> @@ -0,0 +1,7 @@
> +(
> +
> + export CFLAGS="-fPIC"
that overwrites any CFLAGS
use something like `export CFLAGS="$CFLAGS -fPIC"` instead
Auke
More information about the Lunar-dev
mailing list