FS#65689 - [lib32-libcap] pkg-config file has wrong libdir

Attached to Project: Community Packages
Opened by Steven Noonan (neunon) - Tuesday, 03 March 2020, 01:26 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 06 March 2020, 15:38 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

$ cat usr/lib32/pkgconfig/libcap.pc
prefix=/usr
exec_prefix=
libdir=/lib64
includedir=/usr/include

Name: libcap
Description: libcap - linux capabilities library
Version: 2.32
Libs: -L${libdir} -lcap
Libs.private:
Cflags: -I${includedir}


That libdir value is wrong, should be /usr/lib32.

pkgver: 2.32-1
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Friday, 06 March 2020, 15:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  lib32-libcap 2.33-1

Loading...