public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] bison: Proper use LDFLAGS to link liby
@ 2023-03-11 12:53 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-03-11 12:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-11 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-11 12:53 [PATCH] bison: Proper use LDFLAGS to link liby Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox