Re: New libode version
BTW
+CONFIG_OPTS +=         --mandir=/usr/share/man \
+                --with-libccd=system \
+                --enable-libccd \
+                   --enable-shared \
+                --enable-static
please try to indent them with tabs or spaces, don't mix
because not everywhere a tab is 8 spaces
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
# Multiarch.
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# Num bits
DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
I guess you only need DEB_HOST_ARCH, so you can drop the others
(please recheck)
cheers,
G.
Reply to: