[Winpt-commits] r378 - trunk/PTD
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Dec 11 13:27:17 CET 2011
Author: twoaday
Date: 2011-12-11 13:27:17 +0100 (Sun, 11 Dec 2011)
New Revision: 378
Modified:
trunk/PTD/ChangeLog
trunk/PTD/Makefile.am
Log:
2011-12-12 Timo Schulz <twoaday at gmx.net>
* Makefile.am: Disable stack protector until we
figured out how to include it statically.
Modified: trunk/PTD/ChangeLog
===================================================================
--- trunk/PTD/ChangeLog 2011-12-10 19:09:34 UTC (rev 377)
+++ trunk/PTD/ChangeLog 2011-12-11 12:27:17 UTC (rev 378)
@@ -1,3 +1,8 @@
+2011-12-12 Timo Schulz <twoaday at gmx.net>
+
+ * Makefile.am: Disable stack protector until we
+ figured out how to include it statically.
+
2011-11-27 Timo Schulz <twoaday at gmx.net>
* wptDNSKeys.{cpp,h}: Moved to source folder.
Modified: trunk/PTD/Makefile.am
===================================================================
--- trunk/PTD/Makefile.am 2011-12-10 19:09:34 UTC (rev 377)
+++ trunk/PTD/Makefile.am 2011-12-11 12:27:17 UTC (rev 378)
@@ -18,8 +18,9 @@
AM_CPPFLAGS = -I$(top_srcdir)/w32gpgme -I$(top_srcdir)/Include \
-I$(top_srcdir)/Gnupg \
-DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL -DPTD_EXPORTS
-#AM_CFLAGS = -fexceptions $(GPGME_CFLAGS) -shared
-AM_CXXFLAGS = -fstack-protector-all -fexceptions $(GPGME_CFLAGS) -shared
+# The protector leads to additional dependencies
+#AM_CXXFLAGS = -fstack-protector-all -fexceptions $(GPGME_CFLAGS) -shared
+AM_CXXFLAGS = -fexceptions $(GPGME_CFLAGS) -shared
AM_LDFLAGS = -mwindows
PTD_SOURCES = \
More information about the Winpt-commits
mailing list