* [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/files/
@ 2024-01-22 20:26 Alfredo Tupone
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone @ 2024-01-22 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 5f2a3aa8062217f40d93ee539dc0fde15a8309c8
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 20:23:53 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 20:24:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2a3aa8
www-servers/moonbridge: respect LDFLAGS
Closes: https://bugs.gentoo.org/857696
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
www-servers/moonbridge/files/moonbridge-1.0.1-gentoo.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/moonbridge/files/moonbridge-1.0.1-gentoo.patch b/www-servers/moonbridge/files/moonbridge-1.0.1-gentoo.patch
index 5691a16b47b2..3c9516cf4033 100644
--- a/www-servers/moonbridge/files/moonbridge-1.0.1-gentoo.patch
+++ b/www-servers/moonbridge/files/moonbridge-1.0.1-gentoo.patch
@@ -5,7 +5,7 @@
moonbridge: moonbridge.c moonbridge_io.h moonbridge_io.o
- cc -Wall -Wno-unused-result -O2 -Wl,-E -I $(LUA_INCLUDE) -L $(LUA_LIBDIR) -o moonbridge $(MOONBR_LUA_PATH_DEFINE) $(MOONBR_LUA_CPATH_DEFINE) moonbridge.c -lm -l$(LUA_LIBRARY) $(UTIL_FLAGS) moonbridge_io.o
-+ $(CC) -Wall -Wno-unused-result $(CFLAGS) -Wl,-E -I $(LUA_INCLUDE) -L $(LUA_LIBDIR) -o moonbridge $(MOONBR_LUA_PATH_DEFINE) $(MOONBR_LUA_CPATH_DEFINE) moonbridge.c $(LUA_LIBRARY) $(UTIL_FLAGS) moonbridge_io.o
++ $(CC) -Wall -Wno-unused-result $(CFLAGS) -Wl,-E -I $(LUA_INCLUDE) -L $(LUA_LIBDIR) -o moonbridge $(MOONBR_LUA_PATH_DEFINE) $(MOONBR_LUA_CPATH_DEFINE) moonbridge.c $(LUA_LIBRARY) $(UTIL_FLAGS) moonbridge_io.o $(LDFLAGS)
moonbridge_io.o: moonbridge_io.c moonbridge_io.h
- cc -c -Wall -O2 -fPIC -I $(LUA_INCLUDE) -o moonbridge_io.o moonbridge_io.c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-22 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 20:26 [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/files/ Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox