On Fri, Nov 07, 2008 at 11:46:34AM +0100, arekm wrote:
> Author: arekm                        Date: Fri Nov  7 10:46:34 2008 GMT
> Module: SPECS                         Tag: HEAD
> ---- Log message:
> - rel 3; move hack from configure.ac to the spec so it will work with new 
> libtool.

>  %configure \
>       %{!?with_static_libs:--disable-static}
> +
> +# Bring hack here, after libtool file is actually created.
> +# See configure.ac.
> +ed libtool << \EOF
> +/^soname_spec/i
> +# X.Org hack to match monolithic Xaw SONAME
> +xorglibxawname="libXaw"
> +.
> +/^soname_spec/s/libname/xorglibxawname/
> +w
> +q
> +EOF

LT_OUTPUT (in configure.ac before hack, see e.g. glib2-lt.patch)


-- 
Jakub Bogusz    http://qboosh.pl/
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to