gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7741 - GNUnet


From: gnunet
Subject: [GNUnet-SVN] r7741 - GNUnet
Date: Thu, 9 Oct 2008 11:31:37 -0600 (MDT)

Author: holindho
Date: 2008-10-09 11:31:36 -0600 (Thu, 09 Oct 2008)
New Revision: 7741

Modified:
   GNUnet/configure.ac
Log:
decimate hackish OS X linker flags, and although not strictly needed, 
-fno-common might warn from bad coding practices


Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2008-10-08 20:34:07 UTC (rev 7740)
+++ GNUnet/configure.ac 2008-10-09 17:31:36 UTC (rev 7741)
@@ -71,7 +71,7 @@
 *darwin* | *rhapsody* | *macosx*)
      AC_DEFINE_UNQUOTED(OSX,1,[This is an OS X system])
      CFLAGS="-no-cpp-precomp $CFLAGS"
-     LDFLAGS="-flat_namespace -undefined suppress $LDFLAGS"
+     LDFLAGS="-fno-common $LDFLAGS"
      AC_MSG_WARN([The VPN application cannot be compiled on your OS])
      build_target="macosx"
      DEFAULT_INTERFACE="\"en0\""





reply via email to

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