Fernando de Oliveira wrote:
Em 30-04-2014 02:47, Bruce Dubbs escreveu:

First, the line

$([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1)

caused the build to fail.

I don't remember when this was introduced, by whom, but I think it has
been there for more than a year. I am not stating that the book is
right, but it seems to be.

I wasn't looking at line in context. What is there for nss should be OK. It's passing the variable to make.

Also, I did the following test:

$ echo $([ $(uname -m) = x86_64 ] && echo USE_64=1)                      \
        $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1)
USE_64=1 NSS_USE_SYSTEM_SQLITE=1

So I assume that replacing echo by make would produce the same result.

Yes.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to