blob: 8380d3394f5549570b4e7afa54a42da0b053ffc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -NurdB gnome-games-2.12.0/configure.in gnome-games-2.12.0-patched/configure.in
--- gnome-games-2.12.0/configure.in 2005-09-05 02:30:33.000000000 -0500
+++ gnome-games-2.12.0-patched/configure.in 2005-09-07 13:47:56.000000000 -0500
@@ -101,6 +101,7 @@
GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS"
GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS"
GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS \$(top_builddir)/libgames-support/libgames-support.la"
+GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS -Wl,-z,now"
## Use a separate set of flags for C++ (so we can exclude -std=gnu89 for
## example, it doesn't make sense under C++).
|