tags 667190 + patch
thanks

Howdy Maintainer,

 Attached is an updated version of 10-configure.ac.patch, which is
 actually part of this reason this FTBFS.

HTH,
  -- Paul
Index: gpsim-0.26.1/configure.ac
===================================================================
--- gpsim-0.26.1.orig/configure.ac
+++ gpsim-0.26.1/configure.ac
@@ -93,6 +93,10 @@ else
   AC_DEFINE_UNQUOTED([GTK_VERSION],"$GTK_VERSION_T",[gtk version])
 fi
 
+dnl adding libdl: necessary for binutils-gold
+
+X_LDFLAGS="$X_LDFLAGS -ldl"
+
 wi_LIB_READLINE
   if test "$wi_cv_lib_readline" != yes; then
 	AC_MSG_ERROR(Cannot find readline library)
@@ -162,7 +166,7 @@ case "${host}" in
     if test "x$GCC" = "xyes"; then
       AM_CFLAGS="-Wall"
       AM_CXXFLAGS="-Wall"
-      AM_LDFLAGS="-Wl,-warn-common -Wl,-warn-once"
+      AM_LDFLAGS="-Wl,-warn-common"
     fi
     ;;
   *mingw* )

Attachment: signature.asc
Description: Digital signature

Reply via email to