SPECS: xorg-lib-libXaw.spec - rel 3; move hack from configure.ac to the spe...

Jakub Bogusz qboosh at pld-linux.org
Fri Nov 7 17:20:46 CET 2008


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/


More information about the pld-devel-en mailing list