Signed-off-by: Stefan Schantl --- bison/bison.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2