diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 00:41:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 00:41:46 +0000 |
commit | 28c0416924aa04e4f48cc591a7dadfbdf4e7fd99 (patch) | |
tree | 91d808f77f3d5f53a93969190da2035c900607d8 /sub | |
parent | af47aec263b2036408a1867e5b0f0b044d5e58c7 (diff) | |
download | lh-bootstrap-28c0416924aa04e4f48cc591a7dadfbdf4e7fd99.tar.xz |
Typo fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-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 da43453..ffc5b92 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -59,7 +59,7 @@ S6_NETWORKING_TOKEN := s6-tlsd-io MDEVD_TOKEN := mdevd BCNM_TOKEN := bcnm-waitif -SKAWARE_ENV := (if $(filter true,$(TARGET_STATIC)),,env LDFLAGS=-Wl,-rpath-link,$(OUTPUT)/rootfs/library.so) +SKAWARE_ENV := $(if $(filter true,$(TARGET_STATIC)),,env LDFLAGS=-Wl,-rpath-link,$(OUTPUT)/rootfs/library.so) SKAWARE_OPTIONS := --enable-slashpackage $(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 |