gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32037 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r32037 - gnunet
Date: Mon, 27 Jan 2014 08:03:27 +0100

Author: LRN
Date: 2014-01-27 08:03:27 +0100 (Mon, 27 Jan 2014)
New Revision: 32037

Modified:
   gnunet/configure.ac
Log:
Revert "use -Wl on -no-undefined as it is a linker option:"

This reverts commit 57b1d0dc7f4aa49b5dc0c18225f51951119bd58c.

Remove redundant -no-undefined, make sure only the one that gets
into Makefiles directly remains, remove -Wl prefix from it.

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2014-01-27 06:59:02 UTC (rev 32036)
+++ gnunet/configure.ac 2014-01-27 07:03:27 UTC (rev 32037)
@@ -138,7 +138,6 @@
      AC_DEFINE_UNQUOTED(CYGWIN,1,[This is a Cygwin system])
      AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system])
      AC_CHECK_LIB(intl, gettext)
-     LDFLAGS="$LDFLAGS -Wl,-no-undefined"
      CFLAGS="-mms-bitfields $CFLAGS"
      build_target="cygwin"
      LIBPREFIX=lib
@@ -151,7 +150,7 @@
      AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system])
      AC_DEFINE_UNQUOTED(_WIN32,1,[This is a Windows system])
      AC_CHECK_LIB(intl, gettext)
-     LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols"
+     LDFLAGS="$LDFLAGS -Wl,--export-all-symbols"
      LIBS="$LIBS -lws2_32 -lplibc -lgnurx -lole32"
      CFLAGS="-mms-bitfields $CFLAGS"
      CPPFLAGS="-D_WIN32_WINNT=0x0501 -DHAVE_STAT64=1 
-D__USE_MINGW_ANSI_STDIO=1 $CPPFLAGS"
@@ -933,8 +932,8 @@
   AC_LIB_APPENDTOVAR([CPPFLAGS], [$GN_INTLINCL])
 fi
 
-GN_LIB_LDFLAGS="-export-dynamic -Wl,-no-undefined"
-GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -Wl,-no-undefined"
+GN_LIB_LDFLAGS="-export-dynamic -no-undefined"
+GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined"
 
 AC_SUBST(GN_LIB_LDFLAGS)
 AC_SUBST(GN_PLUGIN_LDFLAGS)




reply via email to

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