From 6f37bf074f974113c4bd88faf9cfb5bf3c2d5060 Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Wed, 12 Aug 2015 16:12:20 +0100 Subject: Fix the splitting rules for glibc for location of libSegFault The current split rule assumes all libraries are placed in usr/lib or lib where on many architectures they could instead be in lib32 or lib64, or usr/lib32 or usr/lib64. Change-Id: Iec2557b7a17213d46f7a9d9e93c063c2d4fac655 --- strata/build-essential/glibc.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata') diff --git a/strata/build-essential/glibc.morph b/strata/build-essential/glibc.morph index f820547d..54dbbd9c 100644 --- a/strata/build-essential/glibc.morph +++ b/strata/build-essential/glibc.morph @@ -17,7 +17,7 @@ products: include: - (usr/)?s?bin/.* - (usr/)?libexec/getconf/.* - - (usr/)?lib/libSegFault\.so(\.\d+)*$ + - (usr/)?lib(32|64)?/libSegFault\.so(\.\d+)*$ - artifact: glibc-libs include: # This is processed after bins, so bins can take libSegFault.so -- cgit v1.2.1