Cyril Brulebois <[EMAIL PROTECTED]> (09/03/2007): > In addition, a tiny patch has to be applied [...]
And attaching it, this time... but strangely, now I'm stuck with the following: > dh_testdir > /usr/bin/make > make[1]: Entering directory `/home/kibi/y/liboop-1.0' > Makefile:354: *** missing separator. Stop. > make[1]: Leaving directory `/home/kibi/y/liboop-1.0' > make: *** [build-stamp] Error 2 The Makefile, around the 35Oth line (the first @AMDEP...): > distclean-compile: > -rm -f *.tab.c > > @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@ > @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@ > @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@ Anyway, applying the attached patch shouldn't hurt (but as to be tested on linux as well, which I didn't do at the moment), and the build might be successful on a buildd (maybe there's a auto* conflict somewhere). -- Cyril Brulebois
--- liboop-1.0/configure.ac 2007-03-09 15:41:18.746063000 +0100
+++ liboop-1.0/configure.ac 2007-03-09 15:44:55.000000000 +0100
@@ -15,7 +15,7 @@
dnl System type checks.
case "$host" in
- *-linux-*)
+ *-linux-*|*-kfreebsd*|*-gnu*)
AC_PATH_PROG(PROG_LDCONFIG, ldconfig, :, $PATH:/usr/sbin:/sbin)
no_wacky_libs=yes
;;
pgpa0ibVtyNT2.pgp
Description: PGP signature

