curlpp: unbreak (set an optimization level for the preprocessor).

This commit is contained in:
Juan RP 2016-07-27 08:21:52 +02:00
parent 35f41f84d9
commit d44ba381dc

View file

@ -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