GNOME Bugzilla – Bug 563702
Should check libtasn1 through the libtasn1.pc file with pkg-config
Last modified: 2009-09-13 16:00:02 UTC
Since libtasn1 1.6 has removed libtasn1.m4, gnome-keyring should use pkg-config to get the building flags.
Created attachment 124178 [details] [review] Use pkg-config to get building flags
Thanks. Committed. Do you know off hand which was the earliest libtasn1 version that included the pkg-config file? We should probably update the minimum required version gnome-keyring depends on.
dup of bug 560869
(In reply to comment #2) > > Do you know off hand which was the earliest libtasn1 version that included the > pkg-config file? We should probably update the minimum required version > gnome-keyring depends on. It's included since libtasn1 0.2.14, so no need to update anything. BTW: Was it intended to no longer use GKR_LIBTASN1_VERSION?
Yes, it seems like nothing in the code uses GKR_LIBTASN1_VERSION any more.
(In reply to comment #5) > Yes, it seems like nothing in the code uses GKR_LIBTASN1_VERSION any more. What I was wondering about is, why the patch from this bug replaced the GKR_LIBTASN1_VERSION usage with 1.0 . Was this dependency increase intended?
Thanks for catching that. Reverted that part of the change.