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