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

marcus at wald.intevation.org marcus at wald.intevation.org
Thu Oct 20 14:16:30 CEST 2005


Author: marcus
Date: 2005-10-20 14:16:30 +0200 (Thu, 20 Oct 2005)
New Revision: 16

Modified:
   trunk/ChangeLog
   trunk/src/gpg4win.mk.in
Log:
2005-10-20  Marcus Brinkmann  <marcus at g10code.de>

	* src/gpg4win.mk.in (stamp/stamp-$(1)-02-configure): Add
	-mms-bitfields to CFLAGS.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-10-20 10:32:31 UTC (rev 15)
+++ trunk/ChangeLog	2005-10-20 12:16:30 UTC (rev 16)
@@ -1,5 +1,8 @@
 2005-10-20  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/gpg4win.mk.in (stamp/stamp-$(1)-02-configure): Add
+	-mms-bitfields to CFLAGS.
+
 	* src/gpg4win.mk.in (stamps/stamp-final): New target that replaces
 	phony target final.
 

Modified: trunk/src/gpg4win.mk.in
===================================================================
--- trunk/src/gpg4win.mk.in	2005-10-20 10:32:31 UTC (rev 15)
+++ trunk/src/gpg4win.mk.in	2005-10-20 12:16:30 UTC (rev 16)
@@ -105,7 +105,8 @@
 	 "$$$${pkgsdir}/configure"			\
 		--prefix="$$$${pkgidir}"		\
 		--host=$(host_cpu)-$(host_os)		\
-		--build=$(build_cpu)-$(build_os) $$$${pkgcfg})
+		--build=$(build_cpu)-$(build_os)	\
+		$$$${pkgcfg}) CFLAGS=-mms-bitfields
 	touch stamps/stamp-$(1)-02-configure
 
 stamps/stamp-$(1)-03-make: stamps/stamp-$(1)-02-configure



More information about the Gpg4win-commits mailing list