Re: uwog - r23769 - abiword/branches/ABI-2-6-0-STABLE/src/config/platforms

From: Ryan Pavlik <abiryan_at_ryand.net>
Date: Tue May 06 2008 - 15:58:20 CEST

cvs@abisource.com wrote:
> Author: uwog
> Date: 2008-05-06 15:56:22 +0200 (Tue, 06 May 2008)
> New Revision: 23769
>
> Modified:
> abiword/branches/ABI-2-6-0-STABLE/src/config/platforms/mingw32.mk
> Log:
> Don't forget to link gthread as well
>
>
>
> Modified: abiword/branches/ABI-2-6-0-STABLE/src/config/platforms/mingw32.mk
> ===================================================================
> --- abiword/branches/ABI-2-6-0-STABLE/src/config/platforms/mingw32.mk 2008-05-06 13:52:16 UTC (rev 23768)
> +++ abiword/branches/ABI-2-6-0-STABLE/src/config/platforms/mingw32.mk 2008-05-06 13:56:22 UTC (rev 23769)
> @@ -192,8 +192,8 @@
> #ifneq ($(shell which pkg-config), )
> ABI_GSF_LIB += $(shell pkg-config --libs --silence-errors libgsf-1)
> ABI_GSF_INC += $(shell pkg-config --cflags --silence-errors libgsf-1)
> - ABI_GLIB_LIB += $(shell pkg-config --libs --silence-errors glib-2.0)
> - ABI_GLIB_INC += $(shell pkg-config --cflags --silence-errors glib-2.0)
> + ABI_GLIB_LIB += $(shell pkg-config --libs --silence-errors glib-2.0 gthread-2.0)
> + ABI_GLIB_INC += $(shell pkg-config --cflags --silence-errors glib-2.0 gthread-2.0)
> ifneq ($(HAVE_WV_PEER),1)
> ABI_WV_LIB += $(shell pkg-config --libs --silence-errors wv-1.0)
> ABI_WV_INC += $(shell pkg-config --cflags --silence-errors wv-1.0)
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>
>
Why do we need gthread now? This is another binary I have to ship - if
you are sure we need this, please file a bug against the installer so
that I make sure to get the file in the installation package.

Ryan

-- 
Ryan Pavlik
www.cleardefinition.com
#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;
Received on Tue May 6 15:58:52 2008

This archive was generated by hypermail 2.1.8 : Tue May 06 2008 - 15:58:52 CEST