Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Jim Meyering
Daniel Veillard wrote: ... > Sure, ACK :-) Thanks. Diego proposed an improvement, so I expect to push this instead: http://thread.gmane.org/gmane.comp.emulators.libvirt/19696/focus=19710 -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 12:44:49PM +0100, Jim Meyering wrote: > Diego Elio “Flameeyes” Pettenò wrote: > > Il giorno ven, 08/01/2010 alle 12.12 +0100, Jim Meyering ha scritto: > >> Using -shared in python/ would now be a little misleading, > >> since it's useful only when building with --disable-sha

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Diego Elio “Flameeyes” Pettenò
Il giorno ven, 08/01/2010 alle 12.44 +0100, Jim Meyering ha scritto: > > > Oh, I see what you mean, finally. > I had read only the first description of -shared in libtool > documentation, and hadn't realized that was only for *compile mode*. > There's a slightly different description following th

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Jim Meyering
Diego Elio “Flameeyes” Pettenò wrote: > Il giorno ven, 08/01/2010 alle 12.12 +0100, Jim Meyering ha scritto: >> Using -shared in python/ would now be a little misleading, >> since it's useful only when building with --disable-shared, >> and python/ is no longer built with --disable-shared. > > Not

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Jim Meyering
Daniel Veillard wrote: > On Fri, Jan 08, 2010 at 09:05:25AM +0100, Jim Meyering wrote: >> Per this thread: >> >> http://thread.gmane.org/gmane.comp.emulators.libvirt/19672 >> >> here's a patch that solves both problems: >> >> >From 1b330b3070f904dfc1c380151afa3aaf2a121cd3 Mon Sep 17 00:00:00 2001

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Diego Elio “Flameeyes” Pettenò
Il giorno ven, 08/01/2010 alle 12.12 +0100, Jim Meyering ha scritto: > > > Using -shared in python/ would now be a little misleading, > since it's useful only when building with --disable-shared, > and python/ is no longer built with --disable-shared. Not at all. It was needed to avoid building

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Jim Meyering
Daniel Veillard wrote: ... >> * configure.ac: Make --disable-shared imply --without-python and > > configure.in actually Thanks. will adjust. -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Diego Elio “Flameeyes” Pettenò
Il giorno ven, 08/01/2010 alle 09.05 +0100, Jim Meyering ha scritto: > > * python/Makefile.am (libvirtmod_la_LDFLAGS): Do not use -shared. > This reverts 8838ee39ab1c2bb7fffe93bfda220692664e8be6. Not really necessary at this point. -- Diego Elio Pettenò — “Flameeyes” http://blog.flameeyes.eu/

Re: [libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 09:05:25AM +0100, Jim Meyering wrote: > Per this thread: > > http://thread.gmane.org/gmane.comp.emulators.libvirt/19672 > > here's a patch that solves both problems: > > >From 1b330b3070f904dfc1c380151afa3aaf2a121cd3 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date

[libvirt] [PATCH] let "configure --disable-shared" work once again

2010-01-08 Thread Jim Meyering
Per this thread: http://thread.gmane.org/gmane.comp.emulators.libvirt/19672 here's a patch that solves both problems: >From 1b330b3070f904dfc1c380151afa3aaf2a121cd3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 7 Jan 2010 21:07:42 +0100 Subject: [PATCH] let "configure --disable-share