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

Set default configure prefix to /usr

parent c54e4b0f
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ function DYNAMIC_INIT { ...@@ -196,7 +196,7 @@ function DYNAMIC_INIT {
COOKBOOK_CONFIGURE_FLAGS=( COOKBOOK_CONFIGURE_FLAGS=(
--host="${GNU_TARGET}" --host="${GNU_TARGET}"
--prefix="" --prefix="/usr"
--enable-shared --enable-shared
--disable-static --disable-static
) )
......
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