Packaging updated with latest GBP
[tools/pristine-tar.git] / 0001-Fix-libbz2.so-version-numbers.patch
1 From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2 Date: Tue, 14 Aug 2012 19:45:18 +0300
3 Subject: Fix libbz2.so version numbers
4
5 Fixes the .so version number for the suse-bzip2. Otherwise we may get an
6 error from the dynamic linker when trying to run bzip2 from suse-bzip2.
7
8 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
9 ---
10  pit/suse-bzip2/Makefile |    4 ++--
11  1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/pit/suse-bzip2/Makefile b/pit/suse-bzip2/Makefile
14 index 4960037..0977534 100644
15 --- a/pit/suse-bzip2/Makefile
16 +++ b/pit/suse-bzip2/Makefile
17 @@ -12,8 +12,8 @@
18  # in the file LICENSE.
19  # ------------------------------------------------------------------
20  
21 -somajor=1.0
22 -sominor=$(somajor).4
23 +somajor=1
24 +sominor=$(somajor).0.6
25  SHELL=/bin/sh
26  
27  # To assist in cross-compiling