diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 03:51:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 03:51:53 +0000 |
commit | 658b072c3d4808d2528ca160204af51cb104c244 (patch) | |
tree | 466207c2e532f516c4ba6dc0c568d04d95155f4d | |
parent | dc05fc3ed9cbe775374ee50223fe082cd3c542c3 (diff) | |
download | lh-bootstrap-658b072c3d4808d2528ca160204af51cb104c244.tar.xz |
More more more fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | sub/skarnet.org/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/skarnet.org/Makefile b/sub/skarnet.org/Makefile index 8b4baaa..ffff81d 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -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)/rootfs +S6_NETWORKING_OPTIONS := --enable-ssl=bearssl --with-ssl-path=$(OUTPUT)/rootfs/opt/bearssl MDEVD_OPTIONS := BCNM_OPTIONS := |