Package: tkrat
Version: 1:2.2cvs20061117-dfsg-1
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD since it lacks OS
detection. The attached patch solves this for GNU/kFreeBSD and
potentially GNU(/Hurd).

Cheers,

-- 
Cyril Brulebois
--- tkrat-2.2cvs20061117-dfsg/configure 2007-03-27 21:03:31.219833000 +0200
+++ tkrat-2.2cvs20061117-dfsg/configure 2007-03-27 21:04:21.000000000 +0200
@@ -7285,7 +7285,7 @@
        SHLIB_SUFFIX=".so"
        OSTYPE=sg6
        ;;
-    Linux*)
+    Linux*|GNU*)
        SHLIB_CFLAGS="-fPIC"
        SHLIB_LD_LIBS=""
        SHLIB_SUFFIX=".so"
--- tkrat-2.2cvs20061117-dfsg/configure.in      2007-03-27 21:03:31.140155000 
+0200
+++ tkrat-2.2cvs20061117-dfsg/configure.in      2007-03-27 21:04:17.000000000 
+0200
@@ -688,7 +688,7 @@
        SHLIB_SUFFIX=".so"
        OSTYPE=sg6
        ;;
-    Linux*)
+    Linux*|GNU*)
        SHLIB_CFLAGS="-fPIC"
        SHLIB_LD_LIBS=""
        SHLIB_SUFFIX=".so"

Reply via email to