[cl-debian] Bug#366143: clisp: FTBFS on GNU/kFreeBSD

Package: clisp Version: 1:2.38-3 Severity: important Tags: patch Hi, The current version of clisp fails to build on GNU/kFreeBSD. Please find a small patch bellow, with fix for creating of shared libraries. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- src/makemake.in~ 2006-05-05 17:52:01.000000000 +0200 +++ src/makemake.in 2006-05-05 17:52:01.000000000 +0200 @@ -1334,7 +1334,7 @@ freebsd2* | netbsd* | openbsd*) XCC_CREATESHARED='ld -Bshareable -o $lib $libs' ;; - freebsd3* | gnu* | linux* | cygwin* ) + freebsd3* | gnu* | linux* | cygwin* | k*bsd* ) XCC_CREATESHARED='$CC $CFLAGS $CLFLAGS -shared -o $lib $libs' ;; hpux9* | hpux10*)

Your message dated Mon, 15 May 2006 08:47:19 -0700 with message-id <E1FffHz-0003Vm-Dd@spohr.debian.org> and subject line Bug#366143: fixed in clisp 1:2.38-5 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
participants (2)
-
owner@bugs.debian.org
-
Petr Salinger