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

try to build in static mode

parent a90ff55b
No related branches found
No related tags found
No related merge requests found
Pipeline #15564 failed
......@@ -34,7 +34,7 @@ build_skalibs() {
./configure \
--prefix=/usr \
--with-default-path=/usr/bin \
--enable-shared
--disable-shared
make install || return 1
cd ..
......@@ -53,7 +53,7 @@ build_execline() {
--bindir=/usr/bin \
--sbindir=/usr/bin \
--shebangdir=/usr/bin \
--enable-shared
--disable-shared
make install || return 1
cd ..
......@@ -70,7 +70,7 @@ build_s6() {
--prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--enable-shared
--disable-shared
make install || return 1
cd ..
......@@ -87,7 +87,7 @@ build_oblibs() {
--prefix=/usr \
--with-lib=/usr/lib/skalibs \
--with-lib=/usr/lib/execline \
--enable-shared
--disable-shared
make install || return 1
cd ..
......
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