Re: sbuild crosscompiler not searching /usr/include/arm-linux-gnueabihf

nice sw123 <[email protected]> Thu, 17 Sep 2015 10:46:09 +0200
Newsgroups gmane.linux.debian.devel.embedded
Message-ID <CADo5kbug+kQ7rDU8cZFpeyPHihh8NCi9zMRH1S1puCLWLjYoDQ@mail.gmail.com>
On Thu, Sep 17, 2015 at 9:59 AM, nice sw123 wrote:
> override_dh_shlibdeps:
>         LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib:$(LD_LIBRARY_PATH) dh_shlibdeps


The above must be on one line.
Be sure to have a tab before LD_LIBRARY_PATH (or use :=), otherwise
you'll get the warning
debian/rules:35: *** Recursive variable 'LD_LIBRARY_PATH' references
itself (eventually).  Stop.