1
0
forked from pool/util-linux

Accepting request 155674 from home:Andreas_Schwab:Factory

- fdiskbsdlabel.patch:
  Fix fdisk compilation on aarch64

OBS-URL: https://build.opensuse.org/request/show/155674
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=155
This commit is contained in:
Marcus Meissner 2013-02-18 09:32:27 +00:00 committed by Git OBS Bridge
parent 85c99cbba3
commit 53709cce71
3 changed files with 24 additions and 0 deletions

14
fdiskbsdlabel.patch Normal file
View File

@ -0,0 +1,14 @@
Index: util-linux-2.21.2/fdisk/fdiskbsdlabel.h
===================================================================
--- util-linux-2.21.2.orig/fdisk/fdiskbsdlabel.h
+++ util-linux-2.21.2/fdisk/fdiskbsdlabel.h
@@ -48,7 +48,8 @@
#if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \
defined (__mips__) || defined (__s390__) || defined (__sh__) || \
- defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
+ defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \
+ defined(__aarch64__)
#define BSD_LABELSECTOR 1
#define BSD_LABELOFFSET 0
#elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 16 17:48:29 UTC 2013 - schwab@suse.de
- fdiskbsdlabel.patch:
Fix fdisk compilation on aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 5 14:32:49 UTC 2013 - crrodriguez@opensuse.org Tue Feb 5 14:32:49 UTC 2013 - crrodriguez@opensuse.org

View File

@ -116,6 +116,9 @@ Patch24: umount-sanitize-paths-from-non-root-users.patch
##### #####
# There is no __secure_getenv anymore.. # There is no __secure_getenv anymore..
Patch25: 0001-Test-for-secure_getenv-too.patch Patch25: 0001-Test-for-secure_getenv-too.patch
# fix fdisk compilation on aarch64
Patch26: fdiskbsdlabel.patch
## ##
## adjtimex ## adjtimex
## ##
@ -234,6 +237,7 @@ Files to develop applications using the libmount library.
%patch23 -p1 %patch23 -p1
%patch24 -p1 %patch24 -p1
%patch25 -p1 %patch25 -p1
%patch26 -p1
# #
cd adjtimex-* cd adjtimex-*
# adjtimex patches belongs here # adjtimex patches belongs here