curlpp: unbreak (set an optimization level for the preprocessor).
This commit is contained in:
parent
35f41f84d9
commit
d44ba381dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue