diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-29 01:39:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-29 01:39:30 +0000 |
| commit | 8865dc5c3a9a42c09ca54dff31efc459e0dd4147 (patch) | |
| tree | 51f7d783d4f3a525bb5ee364b5a279e03711348a /tools/configure.template | |
| parent | f3a814c550c19cac46963cabade0d348999abe85 (diff) | |
| download | s6-frontend-8865dc5c3a9a42c09ca54dff31efc459e0dd4147.tar.gz | |
More build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/configure.template')
| -rwxr-xr-x | tools/configure.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure.template b/tools/configure.template index 54e5ea1..51fc2b4 100755 --- a/tools/configure.template +++ b/tools/configure.template @@ -405,7 +405,7 @@ tryldflag LDFLAGS_AUTO -Wl,--sort-common CPPFLAGS_AUTO="${CPPFLAGS_AUTO}${addincpath}" if $evenmorestatic ; then - LDFLAGS_NOSHARED=-static + LDFLAGS_NOSHARED=" -static" fi if $shared ; then @@ -465,7 +465,7 @@ CFLAGS := ${CFLAGS}${CFLAGS_POST:+ }$CFLAGS_POST LDFLAGS_AUTO := $LDFLAGS_AUTO LDFLAGS := ${LDFLAGS}${LDFLAGS_POST:+ }$LDFLAGS_POST LDFLAGS_SHARED := $LDFLAGS_SHARED -LDFLAGS_NOSHARED := $LDFLAGS_NOSHARED +LDFLAGS_NOSHARED :=$LDFLAGS_NOSHARED CROSS_COMPILE := $cross vpath lib%.a$vpaths |
