From: Michael Tremer Date: Wed, 10 Aug 2011 10:58:11 +0000 (+0200) Subject: pdns-recursor: Re-enable compiler optimization. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff4088c082e2ac041fed92b4abed55be8eeecd1;p=ipfire-3.x.git pdns-recursor: Re-enable compiler optimization. The new version (or maybe the new GCC) does not crash anymore on my system. --- diff --git a/pkgs/pdns-recursor/pdns-recursor.nm b/pkgs/pdns-recursor/pdns-recursor.nm index 05a85cc0f..901517b6d 100644 --- a/pkgs/pdns-recursor/pdns-recursor.nm +++ b/pkgs/pdns-recursor/pdns-recursor.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = pdns-recursor PKG_VER = 3.3 -PKG_REL = 3 +PKG_REL = 4 PKG_MAINTAINER = PKG_GROUPS = Networking/DNS @@ -43,10 +43,6 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -# XXX pdns-recursors likes to segfault when compiled with normal -# CFLAGS. So we do it with -O0 -CFLAGS := $(subst -O2,-O0,$(CFLAGS)) - define STAGE_BUILD cd $(DIR_APP) && LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua \ make OPTFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS)