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() { ...@@ -34,7 +34,7 @@ build_skalibs() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--with-default-path=/usr/bin \ --with-default-path=/usr/bin \
--enable-shared --disable-shared
make install || return 1 make install || return 1
cd .. cd ..
...@@ -53,7 +53,7 @@ build_execline() { ...@@ -53,7 +53,7 @@ build_execline() {
--bindir=/usr/bin \ --bindir=/usr/bin \
--sbindir=/usr/bin \ --sbindir=/usr/bin \
--shebangdir=/usr/bin \ --shebangdir=/usr/bin \
--enable-shared --disable-shared
make install || return 1 make install || return 1
cd .. cd ..
...@@ -70,7 +70,7 @@ build_s6() { ...@@ -70,7 +70,7 @@ build_s6() {
--prefix=/usr \ --prefix=/usr \
--bindir=/usr/bin \ --bindir=/usr/bin \
--sbindir=/usr/bin \ --sbindir=/usr/bin \
--enable-shared --disable-shared
make install || return 1 make install || return 1
cd .. cd ..
...@@ -87,7 +87,7 @@ build_oblibs() { ...@@ -87,7 +87,7 @@ build_oblibs() {
--prefix=/usr \ --prefix=/usr \
--with-lib=/usr/lib/skalibs \ --with-lib=/usr/lib/skalibs \
--with-lib=/usr/lib/execline \ --with-lib=/usr/lib/execline \
--enable-shared --disable-shared
make install || return 1 make install || return 1
cd .. 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