mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
curlpp: unbreak (set an optimization level for the preprocessor).
This commit is contained in:
parent
35f41f84d9
commit
d44ba381dc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ homepage="http://www.curlpp.org/"
|
||||||
distfiles="https://github.com/jpbarrette/curlpp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jpbarrette/curlpp/archive/v${version}.tar.gz"
|
||||||
checksum=b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c
|
checksum=b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c
|
||||||
|
|
||||||
CPPFLAGS="-Wno-error=unused-function"
|
CPPFLAGS="-Wno-error=unused-function -O2"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue