gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2308 - in GNUnet: . src/util


From: grothoff
Subject: [GNUnet-SVN] r2308 - in GNUnet: . src/util
Date: Fri, 2 Dec 2005 13:11:04 -0800 (PST)

Author: grothoff
Date: 2005-12-02 13:11:02 -0800 (Fri, 02 Dec 2005)
New Revision: 2308

Modified:
   GNUnet/configure.ac
   GNUnet/src/util/Makefile.am
Log:
freebsd stuff

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-12-02 21:06:58 UTC (rev 2307)
+++ GNUnet/configure.ac 2005-12-02 21:11:02 UTC (rev 2308)
@@ -80,6 +80,7 @@
      AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
      AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system])
      CFLAGS="-D_THREAD_SAFE $CFLAGS"
+     build_target="freebsd"
      ;;
 openbsd*)
      AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
@@ -129,6 +130,7 @@
 AM_CONDITIONAL(CYGWIN,  test "$build_target" = "cygwin")
 AM_CONDITIONAL(MINGW,   test "$build_target" = "mingw")
 AM_CONDITIONAL(SOLARIS, test "$build_target" = "solaris")
+AM_CONDITIONAL(XFREEBSD, test "$build_target" = "freebsd")
 AC_MSG_RESULT([$build_target])
 
 # We define the paths here, because MinGW/GCC expands paths

Modified: GNUnet/src/util/Makefile.am
===================================================================
--- GNUnet/src/util/Makefile.am 2005-12-02 21:06:58 UTC (rev 2307)
+++ GNUnet/src/util/Makefile.am 2005-12-02 21:11:02 UTC (rev 2308)
@@ -20,6 +20,10 @@
  DLFLAG = -ldl
 endif
 
+if XFREEBSD
+ DLFLAG=
+endif
+
 if CYGWIN
  CYGSUBDIRS = win
  CYGLIBADD = $(top_builddir)/src/util/win/libwin.la 





reply via email to

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