Package: ccmalloc
Severity: important
Tags: patch
Hi,
currently your package FTBFS on GNU/kFreeBSD with the following error:
> dh_clean
> debian/rules build
> dh_testdir
> CXX="gcc g++ g++-4.1" ./configure --prefix=/usr
> version ... 0.4.0
> system ...
> *** configure: unsupported operating system
> make: *** [build-stamp] Error 1
Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=ccmalloc>.
Please find at tiny patch to allow the build on GNU/kFreeBSD (and maybe
on GNU/Hurd, not checked).
Cheers,
--
Cyril Brulebois
--- ccmalloc-0.4.0/configure 2007-03-10 20:25:06.151875000 +0100
+++ ccmalloc-0.4.0/configure 2007-03-10 20:25:41.000000000 +0100
@@ -74,7 +74,7 @@
;;
esac
;;
- Linux )
+ Linux | GNU/kFreeBSD | GNU )
os=linux
;;
FreeBSD )