SPECS: xorg-lib-libXaw.spec - rel 3; move hack from configure.ac to the spe...
Arkadiusz Miskiewicz
arekm at maven.pl
Fri Nov 7 17:58:38 CET 2008
On Friday 07 of November 2008, Jakub Bogusz wrote:
> 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)
Doesn't work because libtool is recreated lated. Additional change is needed.
There is fixed patch in xorg bugzilla it seems but I haven't tested it yet.
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
More information about the pld-devel-en
mailing list