Actions
Bug #7867
closedenable-multiach installs pkgconfig file into wrong dir
Description
currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc
Files
Updated by ko1 (Koichi Sasada) over 9 years ago
- Category set to build
- Assignee set to nobu (Nobuyoshi Nakada)
- Target version set to 2.6
I'm not sure it is critical or not for 2.0.0 release.
So I labeled it as "next minor".
Please change this label if it is very important.
Updated by terceiro (Antonio Terceiro) over 9 years ago
Hi, it would be nice if you could get this fixed soon so that we get full multiarch support when 2.0.0 is released. I have attached a patch that fixes this to bug #7874
Updated by terceiro (Antonio Terceiro) over 9 years ago
- File 0002-Install-libraries-and-pkg-config-data-into-multiarch.patch 0002-Install-libraries-and-pkg-config-data-into-multiarch.patch added
the attached patch fixes the installation path for pkgconfig data with multiarch enabled, as well as the path for installation of libraries
Updated by terceiro (Antonio Terceiro) over 9 years ago
Hi, this issue got fixed as part of #7874 and can be closed.
Updated by vo.x (Vit Ondruch) over 9 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Actions