GNOME Bugzilla – Bug 344594
Move private library references to Libs.private in libxml-2.0.pc
Last modified: 2006-10-11 20:21:35 UTC
Newer versions of pkg-config allow the developer to separate library flags for shared and static builds, where the latter must include internal library dependencies. The attached patch moves these dependencies to the Libs.private field.
Created attachment 67143 [details] [review] Patch for 2.6.26
Hummm ... That looks clean and simple. The only problem is when was that introduced in pkg-config ? In other word, how many people using libxml2 on older OS version will this bite ? Anyway I applied it, since the preferred way is to use xml2-config, and that's what is described in libxml2 FAQ, Daniel
(In reply to comment #2) > The only problem is when was that > introduced in pkg-config ? In other word, how many people using libxml2 > on older OS version will this bite ? It already was there in 0.19, but not 0.17 AFAIK.