Accepting request 209228 from system:packagemanager
- add dpkg-ppc64le.diff to fix ppc64 LE build - add dpkg-ppc64le.diff (adds ppc64le architecture) (forwarded request 209203 from k0da) OBS-URL: https://build.opensuse.org/request/show/209228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=7
This commit is contained in:
commit
c7a5f25258
12
dpkg-ppc64le.diff
Normal file
12
dpkg-ppc64le.diff
Normal file
@ -0,0 +1,12 @@
|
||||
Index: dpkg-1.16.10/cputable
|
||||
===================================================================
|
||||
--- dpkg-1.16.10.orig/cputable
|
||||
+++ dpkg-1.16.10/cputable
|
||||
@@ -31,6 +31,7 @@ mips mips mips(eb)? 32 big
|
||||
mipsel mipsel mipsel 32 little
|
||||
powerpc powerpc (powerpc|ppc) 32 big
|
||||
ppc64 powerpc64 (powerpc|ppc)64 64 big
|
||||
+ppc64le powerpc64le (powerpc|ppc)64le 64 little
|
||||
s390 s390 s390 32 big
|
||||
s390x s390x s390x 64 big
|
||||
sh3 sh3 sh3 32 little
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 21:31:13 UTC 2013 - dvaleev@suse.com
|
||||
|
||||
- add dpkg-ppc64le.diff to fix ppc64 LE build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 09:57:49 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -38,6 +38,7 @@ Patch4: dpkg-old-File-Path.patch
|
||||
# PATCH-FIX-SUSE support for old Test::More (SLES11)
|
||||
Patch5: dpkg-old-Test-More.patch
|
||||
Patch6: dpkg-sparc.diff
|
||||
Patch7: dpkg-ppc64le.diff
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libselinux-devel
|
||||
%define use_selinux 1
|
||||
@ -117,6 +118,7 @@ Provides translations to the package %{name}
|
||||
%patch5 -p1
|
||||
%endif
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 21:27:10 UTC 2013 - dvaleev@suse.com
|
||||
|
||||
- add dpkg-ppc64le.diff (adds ppc64le architecture)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 09:57:49 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -30,6 +30,7 @@ Source3: sensible-editor
|
||||
Patch0: update-alternatives-1.16.8-suse.patch
|
||||
Patch1: dpkg-archtable-suse.patch
|
||||
Patch6: dpkg-sparc.diff
|
||||
Patch7: dpkg-ppc64le.diff
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -51,6 +52,7 @@ particular preference.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
%{configure} \
|
||||
|
Loading…
Reference in New Issue
Block a user