Opened 12 months ago
Closed 12 months ago
#5382 closed enhancement (fixed)
pkgconf-2.1.0
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
follow-up: 2 comment:1 by , 12 months ago
comment:2 by , 12 months ago
Replying to Douglas R. Reno:
This one seems to revert the commit that we were backporting into pkgconf-2.0.3. When running 'pkg-config --modversion "zlib > 1"', I get no output anymore. This was fixed in CMake though, so this might be expected behavior now and might be fine.
cmake is not an issue now because they've made pkgconf --modversion "zlib "
(note the trailing space) work.
But I'm still not convinced that pkg-config --modversion "zlib > 1"
is invalid. I've created
https://github.com/pkgconf/pkgconf/issues/332 to ask.
Note:
See TracTickets
for help on using tickets.
This one seems to revert the commit that we were backporting into pkgconf-2.0.3. When running 'pkg-config --modversion "zlib > 1"', I get no output anymore. This was fixed in CMake though, so this might be expected behavior now and might be fine.