Reuse PERLLDOPTS in db_perlvdb
PERLLDOPTS is already used in app_perl module.
Reuse this variable in db_perlvdb module instead of always setting LIBS
to (shell perl -MExtUtils::Embed -e ldopts)
Indeed, this will not work when cross-compiling (the value will be
retrieved for the host perl and not the target perl)
Signed-off-by: Fabrice Fontaine <[email protected]>