gdbm: Resolve host contamination issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Oct 2012 21:39:36 +0000 (21:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Oct 2012 21:46:29 +0000 (22:46 +0100)
commit57f797dcaaa0ec09481d9453341cb347e1039c6d
tree74f8075e6566edfb9f9e7ecb53f225fbe6e765cb
parentf9afa6d1b6a5d80645c9072d914aff7097330f06
gdbm: Resolve host contamination issue

The autoconf macros detect the presence of -ldbm or -lndbm on the host
system and add the library to link against, for now good reason I can
explain.

This patch makes the build behave determinstically whether they're
present or not. Other than the extra linkage, there doesn't appear to be
any other change in behaviour from these options and they look like
dead code.

The extra linkage can cause problems where sstate is used on a machine
where the extra librbary isn't present causing build failures.

(From OE-Core rev: f609bf5525450bfdb8e0864d44c41cce7f9319c9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gdbm/gdbm_1.10.bb