From: Michael Vogt Date: Thu, 20 Feb 2014 13:41:24 +0000 (+0100) Subject: prepare re-enable fnmatch() once we have proper reporting X-Git-Tag: 0.9.15.3~1^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7e75a619f6d35c492c1341096096432109facfc5?hp=--cc prepare re-enable fnmatch() once we have proper reporting --- 7e75a619f6d35c492c1341096096432109facfc5 diff --git a/apt-pkg/cacheset.cc b/apt-pkg/cacheset.cc index eab1e09f8..6b6fdb5ad 100644 --- a/apt-pkg/cacheset.cc +++ b/apt-pkg/cacheset.cc @@ -312,6 +312,9 @@ bool PackageContainerInterface::FromString(PackageContainerInterface * const pci if (FromGroup(pci, Cache, str, helper) == false && FromTask(pci, Cache, str, helper) == false && +#if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13) + FromFnmatch(pci, Cache, str, helper) == false) +#endif FromRegEx(pci, Cache, str, helper) == false) { helper.canNotFindPackage(pci, Cache, str);