gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32038 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r32038 - Extractor
Date: Mon, 27 Jan 2014 08:05:32 +0100

Author: LRN
Date: 2014-01-27 08:05:32 +0100 (Mon, 27 Jan 2014)
New Revision: 32038

Modified:
   Extractor/configure.ac
Log:
Remove redundant -no-undefined, make sure that only the one that
gets into Makefiles directly remains, remove -Wl prefix from it



Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2014-01-27 07:03:27 UTC (rev 32037)
+++ Extractor/configure.ac      2014-01-27 07:05:32 UTC (rev 32038)
@@ -95,7 +95,6 @@
      ;;
 cygwin*)
      AC_DEFINE_UNQUOTED(CYGWIN,1,[This is a CYGWIN system])
-     LDFLAGS="$LDFLAGS -Wl,-no-undefined"
      AM_CONDITIONAL(SOMEBSD, false)
      AM_CONDITIONAL(HAVE_GNU_LD, false)
      AM_CONDITIONAL(WINDOWS, false)
@@ -147,7 +146,7 @@
         LIBS="$LIBS -lplibc"
      fi
 
-     LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols"
+     LDFLAGS="$LDFLAGS -Wl,--export-all-symbols"
                 LIBSOLD=$LIBS
      AM_CONDITIONAL(HAVE_GNU_LD, true)
      AM_CONDITIONAL(SOMEBSD, false)
@@ -701,8 +700,8 @@
 fi
 
 
-LE_LIB_LDFLAGS="-export-dynamic -Wl,-no-undefined"
-LE_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -Wl,-no-undefined"
+LE_LIB_LDFLAGS="-export-dynamic -no-undefined"
+LE_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined"
 
 
 # TODO insert a proper check here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]