openwrt_archive/mail/xmail/patches/040-honour_opt_flags.patch
Hauke Mehrtens 309fb051e0 xmail: Update to version 1.27
This patch updates xmail to the latest version available, and
includes a quick fix for IPv6 support in CtrlClnt (XMail's
control client) commandline utility.

Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com>


SVN-Revision: 39497
2014-02-05 23:00:23 +00:00

16 lines
293 B
Diff

--- a/Makefile.common
+++ b/Makefile.common
@@ -24,10 +24,10 @@ ifeq ($(DEBUG_OSSL), 1)
endif
ifeq ($(XMAIL_DEBUG), 1)
- CFLAGS := $(CFLAGS) -O0 -g
+ CFLAGS := -O0 -g $(CFLAGS)
STRIP = touch
else
- CFLAGS := $(CFLAGS) -O2
+ CFLAGS := -O2 $(CFLAGS)
endif
OUTDIR = bin