Summary: | --define-variable clashes with --atleast-version | ||
---|---|---|---|
Product: | pkg-config | Reporter: | Andreas Kotes <count-linux> |
Component: | src | Assignee: | Tollef Fog Heen <tfheen> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Andreas Kotes
2009-06-15 10:03:10 UTC
As a workaround, if you use the same sort of options (with or without =), it works better: : tfheen@qurzaw ~ > pkg-config --define-variable=prefix=foo --atleast-pkgconfig-version=0.20 : tfheen@qurzaw ~ > echo $? 0 : tfheen@qurzaw ~ > pkg-config --define-variable prefix=foo --atleast-pkgconfig-version 0.20 : tfheen@qurzaw ~ > echo $? 0 I agree it looks like a bug in the popt option parsing library, it ought to allow you to mix a bit more freely. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.