]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
pdns-recursor: Re-enable compiler optimization.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Aug 2011 10:58:11 +0000 (12:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Aug 2011 10:58:11 +0000 (12:58 +0200)
The new version (or maybe the new GCC) does not crash anymore
on my system.

pkgs/pdns-recursor/pdns-recursor.nm

index 05a85cc0f9952eac60e619fd6b7cbb10d5b361a9..901517b6d3788d493623734120228bf387f96e8e 100644 (file)
@@ -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)