From d44ba381dcf3365a96180e189df7c17f8e5142a4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Jul 2016 08:21:52 +0200 Subject: [PATCH] curlpp: unbreak (set an optimization level for the preprocessor). --- srcpkgs/curlpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/curlpp/template b/srcpkgs/curlpp/template index 5d983357039..f67271a0ef3 100644 --- a/srcpkgs/curlpp/template +++ b/srcpkgs/curlpp/template @@ -12,7 +12,7 @@ homepage="http://www.curlpp.org/" distfiles="https://github.com/jpbarrette/curlpp/archive/v${version}.tar.gz" checksum=b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c -CPPFLAGS="-Wno-error=unused-function" +CPPFLAGS="-Wno-error=unused-function -O2" pre_configure() { ./autogen.sh