Skip to content
Snippets Groups Projects
Verified Commit b24ca8c7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

nghttp2: static compilation

parent 9ada0d96
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ function recipe_update { ...@@ -12,6 +12,8 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
export CFLAGS="-static"
./configure \ ./configure \
--build="${BUILD}" \ --build="${BUILD}" \
--host="${HOST}" \ --host="${HOST}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment