[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian/rules and /usr/share/dpkg/buildflags.mk:38: *** missing separator



Hello Ross,
>#858563 reports that debian/rules cannot be invoked directly on efl.
>The suggested fix is to add "include /usr/share/dpkg/default.mk".


another fix might be to do something like
DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_OS  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)


can you please give it a try?
(disclaimer: I didn't read the whole bug)

my wild guess is that those two variables are not exported when calling
directly "fakeroot debian/rules foo"

G.


Reply to: