Skip to content

Add explicit "--build" to our "./configure" invocations - #198

Merged
yosifkit merged 2 commits into
docker-library:masterfrom
infosiftr:multiarch
May 10, 2017
Merged

Add explicit "--build" to our "./configure" invocations#198
yosifkit merged 2 commits into
docker-library:masterfrom
infosiftr:multiarch

Conversation

@tianon

@tianon tianon commented May 9, 2017

Copy link
Copy Markdown
Member

This is along the same lines as:

+ rm -r /tmp/tmp.XqFDvrXGni python.tar.xz.asc
+ mkdir -p /usr/src/python
+ tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz
+ rm python.tar.xz
+ cd /usr/src/python
+ dpkg-architecture --query DEB_BUILD_GNU_TYPE
+ gnuArch=s390x-linux-gnu
+ ./configure --build=s390x-linux-gnu --enable-shared --enable-unicode=ucs4
checking build system type... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... gcc

@tianon

tianon commented May 10, 2017

Copy link
Copy Markdown
Member Author

We're finally green! 😄

@yosifkit
yosifkit merged commit f281133 into docker-library:master May 10, 2017
@yosifkit
yosifkit deleted the multiarch branch May 10, 2017 19:01
tianon added a commit to infosiftr/stackbrew that referenced this pull request May 10, 2017
JayH5 added a commit to praekeltfoundation/docker-alpine-python that referenced this pull request May 11, 2017
tao12345666333 pushed a commit to tao12345666333/python that referenced this pull request Jun 28, 2018
Add explicit "--build" to our "./configure" invocations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants