libxbps: when resolving deps, ignore all of them that depend on the origin pkg.

This commit is contained in:
Juan RP
2013-02-07 18:50:55 +01:00
parent 178a6b58ae
commit 2b5d3bb8f4
4 changed files with 27 additions and 3 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.21 (???):
* libxbps: when resolving deps in transaction, ignore incorrect ones;
for example a package might be depending on itself thru virtual packages.
* configure: don't link to libs in PREFIX/lib blindly; figure out
sysroot dir with gcc compiler and use this for headers/libs.