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

Bump 0.7.2.1

parent ba86ed42
No related branches found
Tags 0.7.2.1
No related merge requests found
Pipeline #41110 passed
......@@ -26,8 +26,8 @@ build_skalibs() {
check_tag "${skalibs_tag}"
./configure \
--prefix=/usr \
--with-default-path=/usr/bin \
--enable-shared
--enable-shared \
--enable-static
make install || return 1
cd ..
......@@ -41,11 +41,9 @@ build_execline() {
check_tag "${execline_tag}"
./configure \
--prefix=/usr \
--libexecdir=/usr/libexec \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--shebangdir=/usr/bin \
--enable-shared
--enable-shared \
--enable-static \
--disable-allstatic
make install || return 1
cd ..
......@@ -59,9 +57,10 @@ build_s6() {
check_tag "${s6_tag}"
./configure \
--prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--enable-shared
--libexecdir=/usr/libexec \
--enable-shared \
--enable-static \
--disable-allstatic
make install || return 1
cd ..
......@@ -77,8 +76,7 @@ build_oblibs() {
./configure \
--prefix=/usr \
--with-lib=/usr/lib/skalibs \
--with-lib=/usr/lib/execline \
--enable-static \
--enable-shared
make install || return 1
......
......@@ -11,6 +11,16 @@ author: Eric Vidal <eric@obarun.org>
---
# In 0.7.2.1
- Bugs fix:
- Respect the VERBOSITY during the whole boot process.
- Fix importation of the kernel command line environment variables.
- Fix order of precedence for the build of the environment variable used during the whole boot process.
---
# In 0.7.2.0
- Adapt to `oblibs` 0.3.0.1`
......
package=66
version=0.7.2.0
version=0.7.2.1
package_macro_name=SS
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