Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to work with python 2.7 built with gcc on AIX platform #2101

Merged
merged 3 commits into from Jul 19, 2016
Merged

Changes to work with python 2.7 built with gcc on AIX platform #2101

merged 3 commits into from Jul 19, 2016

Conversation

goodtiding5
Copy link
Contributor

Added HAVE_MKDTEMP flag for AIX with GCC compiler

@htgoebel
Copy link
Member

Thanks for the updated pull-request.

But I'd ask you to amend the commit-message of the last commit. See https://github.com/pyinstaller/pyinstaller/wiki/Development-Commit-Messages for how we like them commit messages :-) Sory for being a nitpicker her, but we need to spot the content of the commit quickly when looking at it in five years time.

@htgoebel htgoebel self-assigned this Jul 19, 2016
@htgoebel htgoebel added the state:needs more work This PR needs more work label Jul 19, 2016
AIX does not have mkdtemp() implemented on the base system. If one uses
xlc compiler, one must use the one defined in 'mkdtemp.h'.  However,
GCC have mkdtemp() implemented and it will cause problem if 'mkdtemp.h'
is included.

We will check if mkdtemp() is supported by the compiler and decide if
'mkdtemp.h' should be included.
@goodtiding5
Copy link
Contributor Author

goodtiding5 commented Jul 19, 2016

Not a problem! I have amended the commit message.

Should I close this one and create another pull request?

@htgoebel
Copy link
Member

Tahnsk. This is a great commit message :-)

@htgoebel htgoebel merged commit b19953d into pyinstaller:develop Jul 19, 2016
@htgoebel htgoebel removed the state:needs more work This PR needs more work label Jul 19, 2016
@htgoebel htgoebel added this to the PyInstaller 3.3 milestone Jul 19, 2016
@codewarrior0
Copy link
Contributor

Should I close this one and create another pull request?

There's no need. The pull request is linked to the branch, so it is always updated when you push to the same branch. You can even amend commits and force push if you like.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area:bootloader Caused be or effecting the bootloader platform:Other OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants