[Pkg-silc-commits] [SCM] developer files for SILC library (silc-toolkit) branch, master, updated. debian/1.1.10-2

Cyril Brulebois kibi at debian.org
Mon Aug 31 13:32:22 UTC 2009


The following commit has been merged in the master branch:
commit 8fa9489ac490b0b7dbfaa82d45682e3cb61050a7
Author: Cyril Brulebois <kibi at debian.org>
Date:   Wed Aug 19 03:10:56 2009 +0200

    Fix missing thread detection for GNU/k*BSD (Closes: #536590).

diff --git a/configure b/configure
index 2d419ee..003b34d 100755
--- a/configure
+++ b/configure
@@ -2942,7 +2942,7 @@ fi
 # Put here any platform specific stuff
 #
 case "$target" in
-  *-*-linux*)
+  *-*-linux*|*-k*bsd*-gnu)
     check_threads=true
     CFLAGS=`echo $CFLAGS -D_GNU_SOURCE`
     ;;
diff --git a/configure.ac b/configure.ac
index 28d329a..7845960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_PATH_PROG(sedpath, sed)
 # Put here any platform specific stuff
 #
 case "$target" in
-  *-*-linux*)
+  *-*-linux*|*-k*bsd*-gnu)
     check_threads=true
     CFLAGS=`echo $CFLAGS -D_GNU_SOURCE`
     ;;

-- 
developer files for SILC library (silc-toolkit)



More information about the Pkg-silc-commits mailing list