Hi,

I'm not sure there's much I can do at this point beyond patching
upstream.

Fixing debian/rules, for example:

| DEB_CONFIGURE_EXTRA_FLAGS := --disable-static \
|                         --enable-python \
|                         PYTHON=/usr/bin/`pyversions -d` \
|                         --enable-default-binary \
|                         --enable-gtk-doc
|                         --with-lcms=lcms2 \
|                         --without-webkit

The \ is missing at the end of the --enable-gtk-doc line, so the other
arguments, --with-lcms=lcms2 --without-webkit, are not part of
DEB_CONFIGURE_EXTRA_FLAGS and thus not passed to configure.

Thanks,
--
Pino Toscano


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to