[pkg-fgfs-crew] r131 - in /simgear/trunk/simgear/screen: Makefile.am Makefile.in

ovek at users.alioth.debian.org ovek at users.alioth.debian.org
Thu Jul 21 03:16:08 UTC 2011


Author: ovek
Date: Thu Jul 21 03:16:08 2011
New Revision: 131

URL: http://svn.debian.org/wsvn/pkg-fgfs/?sc=1&rev=131
Log:
Apply upstream commit d81545a8719080494c8f877167fe3c6d4f7c319a
"Add -ldl for newer ld defaults from fedora 13"

Modified:
    simgear/trunk/simgear/screen/Makefile.am
    simgear/trunk/simgear/screen/Makefile.in

Modified: simgear/trunk/simgear/screen/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-fgfs/simgear/trunk/simgear/screen/Makefile.am?rev=131&op=diff
==============================================================================
--- simgear/trunk/simgear/screen/Makefile.am (original)
+++ simgear/trunk/simgear/screen/Makefile.am Thu Jul 21 03:16:08 2011
@@ -41,7 +41,8 @@
 TestRenderTexture_LDADD = \
 	libsgscreen.a \
 	$(top_builddir)/simgear/debug/libsgdebug.a \
-	$(opengl_LIBS)
+	$(opengl_LIBS) \
+	-ldl
 endif
 
 INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DGLX_GLXEXT_PROTOTYPES

Modified: simgear/trunk/simgear/screen/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-fgfs/simgear/trunk/simgear/screen/Makefile.in?rev=131&op=diff
==============================================================================
--- simgear/trunk/simgear/screen/Makefile.in (original)
+++ simgear/trunk/simgear/screen/Makefile.in Thu Jul 21 03:16:08 2011
@@ -262,7 +262,8 @@
 @HAVE_GLUT_TRUE at TestRenderTexture_LDADD = \
 @HAVE_GLUT_TRUE@	libsgscreen.a \
 @HAVE_GLUT_TRUE@	$(top_builddir)/simgear/debug/libsgdebug.a \
- at HAVE_GLUT_TRUE@	$(opengl_LIBS)
+ at HAVE_GLUT_TRUE@	$(opengl_LIBS) \
+ at HAVE_GLUT_TRUE@	-ldl
 
 INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DGLX_GLXEXT_PROTOTYPES
 all: all-am




More information about the pkg-fgfs-crew mailing list