Convert resolvedep() to use _alpm_depcmp_literal()
commit6cfc4757b98e813428d261dbc185e20618ca83a6
authorDan McGee <dan@archlinux.org>
Thu, 18 Aug 2011 05:24:41 +0000 (18 00:24 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 18 Aug 2011 15:47:41 +0000 (18 10:47 -0500)
tree2bc9fb3f4f516abc2414c18653b4f2670507857f
parent3752edbff48fc472c5944f05f665adb000a521d9
Convert resolvedep() to use _alpm_depcmp_literal()

The whole first loop is trying to check literals only, so teach it to do
so. Also, reorder operations to make more sense by putting the strcmp()
first in the literal loop, and using a very cheap name_hash check first
in the second loop.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/deps.c