summaryrefslogtreecommitdiff
blob: 778a176fd777567f2dff77f5690704e5b93db254 (plain)
1
2
3
4
5
6
7
8
9
10
--- gnome-games-2.14.0/configure.in	2006-03-13 03:46:27.000000000 -0500
+++ gnome-games-2.14.0.new/configure.in	2006-03-17 22:16:28.000000000 -0500
@@ -155,6 +155,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 -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++).