diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 03:46:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 03:46:03 +0000 |
commit | dc05fc3ed9cbe775374ee50223fe082cd3c542c3 (patch) | |
tree | a09d7d75b9f2d1f600ffc97956d5069db96076ff /sub | |
parent | e8578375f94968f2601ac66aadba00b3bdbe8a37 (diff) | |
download | lh-bootstrap-dc05fc3ed9cbe775374ee50223fe082cd3c542c3.tar.xz |
More more fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-rw-r--r-- | sub/skarnet.org/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/skarnet.org/Makefile b/sub/skarnet.org/Makefile index c765a0b..8b4baaa 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -5,7 +5,7 @@ SKAWARE_BUILD := SKALIBS UTMPS EXECLINE S6 S6_RC S6_LINUX_INIT S6_PORTABLE_UTILS SKALIBS_VERSION := a10514072f27ff9f4a6ab308b3bccfd4628ef2aa UTMPS_VERSION := v0.1.2.1 # EXECLINE_VERSION := v2.9.2.0 -EXECLINE_VERSION := 9c2bebec16aafefb9067c1db83ef3c765e13610b +EXECLINE_VERSION := bb748f0e002c8a4f9865ae0a592fcb4fac0aabc7 # S6_VERSION := v2.11.3.0 S6_VERSION := 47e886410b0e1e9e2f40a3447d6a9a9c1c07928f # S6_RC_VERSION := v0.5.3.4 @@ -72,7 +72,7 @@ S6_LINUX_INIT_OPTIONS := --enable-utmps S6_PORTABLE_UTILS_OPTIONS := S6_LINUX_UTILS_OPTIONS := S6_DNS_OPTIONS := -S6_NETWORKING_OPTIONS := --enable-ssl=bearssl --with-ssl-path=$(OUTPUT)/staging-$(ARCH) +S6_NETWORKING_OPTIONS := --enable-ssl=bearssl --with-ssl-path=$(OUTPUT)/rootfs MDEVD_OPTIONS := BCNM_OPTIONS := |