diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 12:58:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 12:58:51 +0000 |
commit | cb7bd204ffcbd6cd52917c5610bcff9f05e5e3a9 (patch) | |
tree | 67f5236cc6963e5cbd34b1423de70bd0e9cffd01 | |
parent | 0c0bc46ac9285aefc06d01ec2972012a21af5da5 (diff) | |
download | lh-bootstrap-cb7bd204ffcbd6cd52917c5610bcff9f05e5e3a9.tar.gz lh-bootstrap-cb7bd204ffcbd6cd52917c5610bcff9f05e5e3a9.tar.xz lh-bootstrap-cb7bd204ffcbd6cd52917c5610bcff9f05e5e3a9.zip |
Add new manual sysdep
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 b30226f..70acab3 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -92,7 +92,7 @@ TIPIDEE_TOKEN := tipideed SKAWARE_ENV := $(if $(filter true,$(TARGET_STATIC)),,env LDFLAGS=-Wl,-rpath-link,$(OUTPUT)/rootfs/library.so) SKAWARE_OPTIONS := --enable-slashpackage --enable-nsss $(if $(filter true,$(TARGET_STATIC)),--enable-static-libc --disable-shared,--enable-shared --disable-allstatic) SKAWARE_BUILD_OPTIONS := --enable-slashpackage --disable-shared --enable-allstatic -SKALIBS_OPTIONS := --with-default-path=/command:/usr/bin:/bin --with-sysdep-devurandom=yes --with-sysdep-grndinsecure=no +SKALIBS_OPTIONS := --with-default-path=/command:/usr/bin:/bin --with-sysdep-devurandom=yes --with-sysdep-grndinsecure=no --with-sysdep-posixspawnearlyreturn=no NSSS_OPTIONS := --enable-libc-includes UTMPS_OPTIONS := --enable-libc-includes EXECLINE_OPTIONS := --disable-pedantic-posix --enable-multicall |