Mailinglist Archive: opensuse-commit (918 mails)
| < Previous | Next > |
commit ibmasm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 05 Feb 2007 01:08:42 +0100
- Message-id: <20070205000842.7799F678181@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package ibmasm
checked in at Mon Feb 5 01:08:42 CET 2007.
--------
--- ibmasm/ibmasm.changes 2007-01-16 12:35:58.000000000 +0100
+++ /mounts/work_users/ro/STABLE/ibmasm/ibmasm.changes 2007-02-05 01:04:06.834608000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 5 01:03:56 CET 2007 - ro@xxxxxxx
+
+- use gcc and not ld to create shared lib
+
+-------------------------------------------------------------------
New:
----
ibmasm-gcc_not_ld.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ibmasm.spec ++++++
--- /var/tmp/diff_new_pack.X20799/_old 2007-02-05 01:04:24.000000000 +0100
+++ /var/tmp/diff_new_pack.X20799/_new 2007-02-05 01:04:24.000000000 +0100
@@ -17,7 +17,7 @@
Group: System/Kernel
Autoreqprov: on
Version: 3.0
-Release: 44
+Release: 45
Summary: IBM Advanced System Management Drivers
Source: ibmasm_user_%version.tar.bz2
Source1: ibmasmrc
@@ -26,6 +26,7 @@
Patch1: ibmasm_sles10_updates.patch
Patch2: use-rpm-opt-flags.diff
Patch3: build-fix.diff
+Patch4: ibmasm-gcc_not_ld.patch
%description
This package contains the tools necessary to set up the IBM Advanced
@@ -42,6 +43,7 @@
%patch1
%patch2
%patch3
+%patch4
%build
cd src
@@ -77,6 +79,8 @@
/usr/sbin/rcibmasm
%changelog -n ibmasm
+* Mon Feb 05 2007 - ro@xxxxxxx
+- use gcc and not ld to create shared lib
* Tue Jan 16 2007 - adrian@xxxxxxx
- use $RPM_OPT_FLAGS for compiling
- fix build, do not use an implicit declare memset() call
++++++ ibmasm-gcc_not_ld.patch ++++++
--- src/api/Makefile
+++ src/api/Makefile
@@ -12,7 +12,7 @@
install $(api_lib) $(ROOT)/$(_LIB)
$(api_lib): $(api_object)
- $(LD) -shared -soname,libsysSp.so -o $@ $(api_object)
+ gcc -shared -Wl,-soname,libsysSp.so -o $@ $(api_object)
clean:
rm -f $(api_object)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |