You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-sports/trigger/files/trigger-0.5.2.1-ldflags.patch

12 lines
342 B

--- mk/jam/unix.jam.old 2010-09-30 17:33:30.000000000 +0200
+++ mk/jam/unix.jam 2010-09-30 17:33:48.000000000 +0200
@@ -41,7 +41,7 @@
actions LinkApplication bind NEEDLIBS bind EXTRAOBJECTS
{
- $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LFLAGS)
+ $(LINK) $(LDFLAGS) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LFLAGS)
}