Skip to content
Snippets Groups Projects
Commit 1016743d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Bugfix: solves default behavior of optional features.

parent ffc6c424
No related branches found
No related tags found
No related merge requests found
Pipeline #60969 passed
...@@ -85,7 +85,7 @@ Dependencies: ...@@ -85,7 +85,7 @@ Dependencies:
--with-dynlib=DIR add DIR to the list of searched directories for shared libraries --with-dynlib=DIR add DIR to the list of searched directories for shared libraries
Optional features: Optional features:
--enable-shared build shared libraries [disabled] --enable-shared build shared libraries [enabled]
--disable-static do not build static libraries [enabled] --disable-static do not build static libraries [enabled]
--disable-allstatic do not prefer linking against static libraries [enabled] --disable-allstatic do not prefer linking against static libraries [enabled]
--enable-static-libc make entirely static binaries [disabled] --enable-static-libc make entirely static binaries [disabled]
...@@ -221,10 +221,10 @@ seed_user='.66/seed' ...@@ -221,10 +221,10 @@ seed_user='.66/seed'
environment_user='.66/environment' environment_user='.66/environment'
sysdeps='$prefix/lib/skalibs/sysdeps' sysdeps='$prefix/lib/skalibs/sysdeps'
manualsysdeps=false manualsysdeps=false
shared=false shared=true
static=true static=false
allpic=true allpic=false
allstatic=true allstatic=false
evenmorestatic=false evenmorestatic=false
addincpath='' addincpath=''
addlibspath='' addlibspath=''
......
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