fix build issue on ppc64 - multiple definition of __libc_start_main

This commit is contained in:
Lawrence Lim 2007-10-03 08:20:54 +00:00
parent c1fd90b4fe
commit 43780b3f0d
3 changed files with 7 additions and 2 deletions

View File

@ -5,3 +5,4 @@ redhat-lsb-3.1-1.tar.bz2
redhat-lsb-3.1-2.tar.bz2
redhat-lsb-3.1-3.tar.bz2
redhat-lsb-3.1-4.tar.bz2
redhat-lsb-3.1-5.tar.bz2

View File

@ -44,12 +44,12 @@
%define upstreamlsbrelver 2.0
%define lsbrelver 3.0
%define srcrelease 4
%define srcrelease 5
Summary: LSB support for Red Hat Linux
Name: redhat-lsb
Version: 3.1
Release: 18%{?dist}
Release: 19%{?dist}
URL: http://www.linuxbase.org/
Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
Source1: http://prdownloads.sourceforge.net/lsb/lsb-release-%{upstreamlsbrelver}.tar.gz
@ -438,6 +438,9 @@ fi
%{_sbindir}/redhat_lsb_trigger.%{_target_cpu}
%changelog
* Wed Oct 3 2007 Lawrence Lim <llim@redhat.com> - 3.1-19
- fix build issue on ppc - (.opd+0x10): multiple definition of `__libc_start_main'
* Fri Sep 21 2007 Lawrence Lim <llim@redhat.com> - 3.1-18
- fix build issue in minimal build root (Bug #265241)

View File

@ -6,3 +6,4 @@ f252ed03702b93eb09e9448e48acd767 redhat-lsb-3.1-1.tar.bz2
82fe26793fb0f6b50536842e9e2dc489 redhat-lsb-3.1-2.tar.bz2
5a80bf847206e339203f66eac9430c4b redhat-lsb-3.1-3.tar.bz2
7f388b809484b42faf92004995db3239 redhat-lsb-3.1-4.tar.bz2
12f2f2ee2e03d6c861109965326294ff redhat-lsb-3.1-5.tar.bz2