From 5dcfe8c9e4b5909c8b37aa974801ed818777892a Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Sun, 10 Jul 2011 19:59:33 +0100 Subject: [PATCH] Temporarily use -O1 until segfault with -O2+krb5+iksd is fixed --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 371f008..2bccdca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 10 Jul 2011 19:55:28 +0100 + -- Ian Beckwith Sun, 10 Jul 2011 19:59:04 +0100 ckermit (211-15) unstable; urgency=low diff --git a/debian/rules b/debian/rules index effef9d..2af9a42 100755 --- a/debian/rules +++ b/debian/rules @@ -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" -- 2.11.0