nghttp2: static compilation

This commit is contained in:
Jeremy Soller 2019-06-02 11:08:52 -06:00
parent 9ada0d9674
commit b24ca8c7e1
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -12,6 +12,8 @@ function recipe_update {
}
function recipe_build {
export CFLAGS="-static"
./configure \
--build="${BUILD}" \
--host="${HOST}" \