From: Stefan Schantl Date: Sat, 11 Mar 2023 12:53:17 +0000 (+0100) Subject: bison: Proper use LDFLAGS to link liby X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb8e57d8dfc7456f65ebc56cd484879453f43f8;p=ipfire-3.x.git bison: Proper use LDFLAGS to link liby Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/bison/bison.nm b/bison/bison.nm index 96d0ed331..3a8665a0c 100644 --- a/bison/bison.nm +++ b/bison/bison.nm @@ -5,7 +5,7 @@ name = bison version = 3.8.2 -release = 1 +release = 2 groups = Development/Tools url = http://www.gnu.org/software/bison/ @@ -32,7 +32,7 @@ build build_cmds cd lib - gcc -shared -Wl,-soname,liby.so.%{version} \ + gcc %{LDFLAGS} -shared -Wl,-soname,liby.so.%{version} \ -o liby.so.%{version} %{CFLAGS} main.o yyerror.o end