Accepting request 156732 from home:Andreas_Schwab:Factory

- Add aarch64 to the list of lib64 platforms

OBS-URL: https://build.opensuse.org/request/show/156732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=135
This commit is contained in:
Sascha Peilicke 2013-02-28 08:44:28 +00:00 committed by Git OBS Bridge
parent 3cab334005
commit f0434c3a5b
2 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Index: configure.in
+esac +esac
+ +
+case $ARCH:$python_cv_cc_64bit_output in +case $ARCH:$python_cv_cc_64bit_output in
+ppc64:yes | powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes) +aarch64:yes | ppc64:yes | powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
+ LIB="lib64" + LIB="lib64"
+ ;; + ;;
+*:*) +*:*)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 27 17:04:32 UTC 2013 - schwab@suse.de
- Add aarch64 to the list of lib64 platforms
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 9 16:24:10 UTC 2013 - schwab@suse.de Sat Feb 9 16:24:10 UTC 2013 - schwab@suse.de