Re: more external libraries converted to gbuild

2012-09-10 Thread Cedric Bosdonnat
On Sun, 2012-09-09 at 06:33 +0200, Fridrich Strba wrote: It needs to be static library, since only one module uses it. Tor is already working hard on diminishing their number, so adding a shared library doesn't make sense. Ok. Thanks for the info. -- Cedric

Re: more external libraries converted to gbuild

2012-09-10 Thread Matúš Kukan
Hi, On 10 September 2012 07:20, David Tardon dtar...@redhat.com wrote: Hi, On Sat, Sep 08, 2012 at 03:13:11PM +0200, Matúš Kukan wrote: I have ignored: .IF $(COM)==GCC CFLAGSCXX+=-frtti .ENDIF We don't use it in gbuild. Is it needed ? If you have used _add_exception_objects, -frtti is

Re: more external libraries converted to gbuild

2012-09-10 Thread Fridrich Strba
It needs to be static library, since only one module uses it. Tor is already working hard on diminishing their number, so adding a shared library doesn't make sense. For rtti, libwpd uses dynamic casting a lot. F. Sent from Samsung Mobile Cedric Bosdonnat cbosdon...@suse.com wrote: Hi

Re: more external libraries converted to gbuild

2012-09-09 Thread David Tardon
Hi, On Sat, Sep 08, 2012 at 03:13:11PM +0200, Matúš Kukan wrote: Hi, I've done 7 more libraries. http://cgit.freedesktop.org/libreoffice/core/commit/?id=707194e7b9263a33508905438281090bd201e34d and before. Awesome. I love you! I have ignored: .IF $(COM)==GCC CFLAGSCXX+=-frtti .ENDIF

more external libraries converted to gbuild

2012-09-08 Thread Matúš Kukan
Hi, I've done 7 more libraries. http://cgit.freedesktop.org/libreoffice/core/commit/?id=707194e7b9263a33508905438281090bd201e34d and before. They had makefile.mk in the sources, so that file could be removed if newer versions are not going to be used in libreoffice-3-6. I have ignored: .IF

Re: more external libraries converted to gbuild

2012-09-08 Thread Cedric Bosdonnat
Hi Matus, Thanks a lot for migrating libcmis to gbuild. Just to tell you, that library doesn't need to be build as a static library... Fridrich did it only because it's way simpler to handle with the other build system. -- Cedric On Sat, 2012-09-08 at 15:13 +0200, Matúš Kukan wrote: Hi,