- add config-guess-sub-update.diff:
- update rpmrc.diff, build.diff: * Support aarch64 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=250
This commit is contained in:
25
build.diff
25
build.diff
@@ -1,6 +1,6 @@
|
||||
--- ./db3/configure.orig 2012-03-20 08:07:25.000000000 +0000
|
||||
+++ ./db3/configure 2012-06-01 12:55:07.000000000 +0000
|
||||
@@ -10,9 +10,9 @@ rm -f config.cache
|
||||
--- db3/configure
|
||||
+++ db3/configure
|
||||
@@ -10,9 +10,9 @@
|
||||
# XXX edit CFLAGS= ... out of invocation args ???
|
||||
ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's% --param=[^ ]*%%g' -e 's%--cache-file=.*$%%'`"
|
||||
|
||||
@@ -12,9 +12,22 @@
|
||||
|
||||
mv Makefile Makefile.orig
|
||||
cat Makefile.orig | sed -e '/^install[:-]/c\
|
||||
--- ./installplatform.orig 2012-03-30 07:05:20.000000000 +0000
|
||||
+++ ./installplatform 2012-06-01 13:03:48.000000000 +0000
|
||||
@@ -118,6 +118,11 @@ for ARCH in noarch `grep ^arch_canon $RP
|
||||
--- installplatform
|
||||
+++ installplatform
|
||||
@@ -95,6 +95,12 @@
|
||||
CANONARCH=arm
|
||||
CANONCOLOR=0
|
||||
;;
|
||||
+ aarch64*)
|
||||
+ ISANAME=aarchh
|
||||
+ ISABITS=64
|
||||
+ CANONARCH=aarch64
|
||||
+ CANONCOLOR=3
|
||||
+ ;;
|
||||
alpha*)
|
||||
ISANAME=alpha
|
||||
ISABITS=64
|
||||
@@ -118,6 +124,11 @@
|
||||
PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
|
||||
[ -d $PPD ] || mkdir -p $PPD
|
||||
|
||||
|
Reference in New Issue
Block a user