Hello community, here is the log from the commit of package compat-dapl checked in at Mon Oct 27 23:55:51 CET 2008. -------- --- compat-dapl/compat-dapl.changes 2008-10-27 19:33:16.000000000 +0100 +++ /d/STABLE/compat-dapl/compat-dapl.changes 2008-10-27 22:55:18.848146000 +0100 @@ -1,0 +2,5 @@ +Mon Oct 27 22:55:14 CET 2008 - ro@suse.de + +- fix build on ia64 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- compat-dapl-ia64_buildfix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compat-dapl.spec ++++++ --- /var/tmp/diff_new_pack.y26159/_old 2008-10-27 23:55:25.000000000 +0100 +++ /var/tmp/diff_new_pack.y26159/_new 2008-10-27 23:55:25.000000000 +0100 @@ -21,11 +21,12 @@ Name: compat-dapl Summary: Userspace RDMA API (supports DAT 1.2 specification) Version: 1.2.11 -Release: 1 +Release: 2 License: BSD 3-Clause; GPL v2 or later Group: System/Libraries Source0: %{name}-%{version}.tar.bz2 Patch1: compat-dapl-1.2.10-build_errors.patch +Patch2: compat-dapl-ia64_buildfix.patch # Patch2: dapl.atomic.patch # Patch3: dapl.arch.patch Url: http://www.openfabrics.org @@ -86,6 +87,7 @@ %prep %setup -q %patch1 +%patch2 # %patch2 -p1 # %patch3 -p1 @@ -146,6 +148,8 @@ %_libdir/libdat.so %changelog +* Mon Oct 27 2008 ro@suse.de +- fix build on ia64 * Mon Oct 27 2008 jjolly@suse.de - Updated to v1.2.11 from OFED 1.4 rc3 - Updated the build error patch ++++++ compat-dapl-ia64_buildfix.patch ++++++ --- dapl/udapl/linux/dapl_osd.h +++ dapl/udapl/linux/dapl_osd.h @@ -79,7 +79,8 @@ #include <ctype.h> #if !defined(REDHAT_EL5) && (defined(__ia64__)) -#include <asm/atomic.h> +#include <asm/intrinsics.h> +#include <linux/types.h> #endif /* Useful debug definitions */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de