[meego-commits] 5909: Changes to Trunk:Testing/meego-lsb
Yu WANG
yu.a.wang at intel.com
Thu Jul 22 02:42:22 UTC 2010
Hi,
I have made the following changes to meego-lsb in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Yu WANG
[This message was auto-generated]
---
Request #5909:
submit: home:arron:branches:Trunk:Testing/meego-lsb(r2)(cleanup) -> Trunk:Testing/meego-lsb
Message:
add an patch to fix building error
State: new 2010-07-21T14:36:16 arron
Comment: None
changes files:
--------------
--- meego-lsb.changes
+++ meego-lsb.changes
@@ -0,0 +1,3 @@
+* Thu Jul 22 2010 Yu <yu.a.wang at intel.com> - 4.0
+- Add an patch to fix building error
+
new:
----
fix-building-error.patch
spec files:
-----------
--- meego-lsb.spec
+++ meego-lsb.spec
@@ -54,6 +54,7 @@
Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
Source1: lsb-release-%{upstreamlsbrelver}.tar.gz
Patch0: lsb-release.patch
+Patch1: fix-building-error.patch
License: GPLv2
Group: System/Base
BuildRoot: %{_tmppath}/%{name}-root
@@ -347,6 +348,7 @@
%prep
%setup -q -a 1
%patch0 -p1
+%patch1 -p1
%build
cd lsb-release-%{upstreamlsbrelver}
other changes:
--------------
++++++ fix-building-error.patch (new)
--- fix-building-error.patch
+++ fix-building-error.patch
+--- meego-lsb-4.0/meego_lsb_trigger.c 2009-01-17 07:43:55.000000000 +0800
++++ meego-lsb-4/meego_lsb_trigger.c 2010-07-22 10:24:47.970424597 +0800
+@@ -450,8 +450,8 @@
+ int __libc_multiple_threads __attribute__((nocommon));
+ int __libc_enable_asynccancel (void) { return 0; }
+ void __libc_disable_asynccancel (int x) { }
+-void __libc_csu_init (void) { }
+-void __libc_csu_fini (void) { }
++//void __libc_csu_init (void) { }
++//void __libc_csu_fini (void) { }
+ pid_t __fork (void) { return -1; }
+ char thr_buf[65536];
+
More information about the MeeGo-commits
mailing list