From 8865dc5c3a9a42c09ca54dff31efc459e0dd4147 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Apr 2025 01:39:30 +0000 Subject: More build fixes Signed-off-by: Laurent Bercot --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index ac82768..bc936d8 100755 --- a/configure +++ b/configure @@ -419,7 +419,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 @@ -479,7 +479,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 @@ -577,4 +577,4 @@ fi echo echo "#endif" exec 1>&3 3>&- -echo " ... done." \ No newline at end of file +echo " ... done." -- cgit v1.3.1