libxxhash.pc seems incorrect in libxxhash-devel-0.8.0-1

Marco Atzeri marco.atzeri@gmail.com
Sun Dec 17 20:43:17 GMT 2023


On 17/12/2023 15:56, Marco Atzeri wrote:
> On 17.12.2023 14:20, Daisuke Fujimura via Cygwin wrote:
>> `pkg-config libxxhash --modversion` returns empty.
>> (expected: 0.8.0)
>>
>> $ cygcheck -cd libxxhash-devel
>> Cygwin Package Information
>> Package              Version
>> libxxhash-devel      0.8.0-1
>>
>> $ cat /usr/lib/pkgconfig/libxxhash.pc
>> #   xxHash - Extremely fast hash algorithm
>> #   Copyright (C) 2012-2020, Yann Collet, Facebook
>> #   BSD 2-Clause License 
>> (https://www.opensource.org/licenses/bsd-license.php)
>>
>> prefix=/usr
>> exec_prefix=${prefix}
>> includedir=${prefix}/include
>> libdir=${exec_prefix}/lib
>>
>> Name: xxhash
>> Description: extremely fast hash algorithm
>> URL: https://www.xxhash.com/
>> Version:
>> Libs: -L${libdir} -lxxhash
>> Cflags: -I${includedir}
>>
> 
> Noted

next version is on the way

$ cat xxhash-0.8.2-1.x86_64/inst/usr/lib/pkgconfig/libxxhash.pc
#   xxHash - Extremely fast hash algorithm
#   Copyright (C) 2012-2021, Yann Collet, Facebook
#   BSD 2-Clause License 
(https://www.opensource.org/licenses/bsd-license.php)

prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib

Name: xxhash
Description: extremely fast hash algorithm
URL: http://www.xxhash.com/
Version: 0.8.2
Libs: -L${libdir} -lxxhash
Cflags: -I${includedir}



More information about the Cygwin mailing list