mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-18 02:41:18 +02:00
Our local copy of gdbm just disables the compat library install (due to cross-compiling issues). While the newer version has that issue fixed, it also has a USE flag to disable the compat library. Since we don't use it for the target, let's switch to the upstream version and disable building of th compat code for the target. BUG=chromium-os:24038 TEST=`emerge gdbm perl ruby` still works TEST=`emerge grub` still works (only package that uses ruby) TEST=`emerge $(qlist -I dev-perl)` still works (all the local perl modules) TEST=`emerge-amd64-generic gdbm` still works TEST=`emerge-arm-generic gdbm` still works TEST=`emerge-x86-generic gdbm` still works CQ-DEPENDS=13007 Change-Id: I04fd2aef943a1c28771973b1a93eb251b69630b5 Reviewed-on: https://gerrit.chromium.org/gerrit/13009 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>