[Gpg4win-commits] r1146 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 2 14:34:26 CEST 2009


Author: marcus
Date: 2009-04-02 14:34:25 +0200 (Thu, 02 Apr 2009)
New Revision: 1146

Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am
Log:
2009-04-02  Marcus Brinkmann  <marcus at g10code.de>

	* src/Makefile.am (gpg4win_pkg_glib_configure): Set CCC to mingw's g++.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-03-25 13:16:26 UTC (rev 1145)
+++ trunk/ChangeLog	2009-04-02 12:34:25 UTC (rev 1146)
@@ -1,3 +1,7 @@
+2009-04-02  Marcus Brinkmann  <marcus at g10code.de>
+
+	* src/Makefile.am (gpg4win_pkg_glib_configure): Set CCC to mingw's g++.
+
 2009-03-25  Werner Koch  <wk at g10code.com>
 
 	Release 1.9.15.

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2009-03-25 13:16:26 UTC (rev 1145)
+++ trunk/src/Makefile.am	2009-04-02 12:34:25 UTC (rev 1146)
@@ -101,7 +101,7 @@
 
 gpg4win_pkg_glib_configure = \
   --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) \
-  CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib
+  CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib CCC=i586-mingw32msvc-g++
 
 # The GnuPG package provides man pages which we have to convert.
 # We also create the MO files here.



More information about the Gpg4win-commits mailing list