Temporarily use -O1 until segfault with -O2+krb5+iksd is fixed
authorIan Beckwith <ianb@erislabs.net>
Sun, 10 Jul 2011 18:59:33 +0000 (19:59 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sun, 10 Jul 2011 18:59:33 +0000 (19:59 +0100)
debian/changelog
debian/rules

index 371f008..2bccdca 100644 (file)
@@ -12,6 +12,7 @@ ckermit (300-1) unstable; urgency=low
     + socks support causes problems with avahi.
     + you can get the same functionality with 'tsocks kermit'.
   * Removed all patches from debian/patches, all taken upstream.
+  * Temporarily use -O1 until segfault with -O2+krb5+iksd is fixed.
   * debian/rules: use dh minimal rules file.
   * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
   * Update PAM config, now just includes common-auth, common-account
@@ -25,7 +26,7 @@ ckermit (300-1) unstable; urgency=low
     + debian/watch: remove dh-make boilerplate.
     + Standards-Version: 3.9.2 (no changes).
 
- -- Ian Beckwith <ianb@debian.org>  Sun, 10 Jul 2011 19:55:28 +0100
+ -- Ian Beckwith <ianb@debian.org>  Sun, 10 Jul 2011 19:59:04 +0100
 
 ckermit (211-15) unstable; urgency=low
 
index effef9d..2af9a42 100755 (executable)
@@ -14,7 +14,7 @@ CFLAGS =-g \
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
 else
-       CFLAGS += -O2
+       CFLAGS += -O1
 endif
 
 MAKEOPTS=-f makefile DESTDIR=\"$(BUILDDIR)\" BINDIR=/usr/bin MANDIR=/usr/share/man/man1 INFODIR=/usr/share/doc/ckermit KFLAGS='$(CFLAGS)' LNKFLAGS="-Wl,-z,defs -Wl,--as-needed"