gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7754 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r7754 - libmicrohttpd
Date: Sat, 11 Oct 2008 14:30:02 -0600 (MDT)

Author: holindho
Date: 2008-10-11 14:30:00 -0600 (Sat, 11 Oct 2008)
New Revision: 7754

Modified:
   libmicrohttpd/configure.ac
Log:
remove hackish linker flags


Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2008-10-11 17:55:14 UTC (rev 7753)
+++ libmicrohttpd/configure.ac  2008-10-11 20:30:00 UTC (rev 7754)
@@ -68,8 +68,7 @@
 case "$host_os" in
 *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"
+     CFLAGS="-no-cpp-precomp -fno-common $CFLAGS"
      AM_CONDITIONAL(HAVE_GNU_LD, false)    
      ;;
 linux*)





reply via email to

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