From 9a9f45b24e305b34a3b84abee1ed9aefce0d6416 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 12 Jan 2014 19:34:40 +0100 Subject: [PATCH] Fix pkg-config file for liblzma. --- app-arch/xz_utils/xz_utils-5.0.4.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-arch/xz_utils/xz_utils-5.0.4.recipe b/app-arch/xz_utils/xz_utils-5.0.4.recipe index bfe52c453..36adc8046 100644 --- a/app-arch/xz_utils/xz_utils-5.0.4.recipe +++ b/app-arch/xz_utils/xz_utils-5.0.4.recipe @@ -8,7 +8,7 @@ LICENSE=" GNU GPL v3 " COPYRIGHT="2005-2012 Lasse Collin" -REVISION="2" +REVISION="3" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -88,6 +88,7 @@ INSTALL() cp "$portDir/additional-files/xz_utils-expander-rules" \ "$expanderRulesDir/xz_utils" + fixPkgconfig liblzma prepareInstalledDevelLibs liblzma }