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

Configure: let platform->dsoext() default with platform->shlibextsimple() #8951

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented May 18, 2019

We still use '.so' as a last resort...

Fixes #8950

@levitte levitte added the branch: master Merge to master branch label May 18, 2019
@levitte levitte self-assigned this May 18, 2019
@levitte
Copy link
Member Author

levitte commented May 19, 2019

Note that this restores the behaviour that 1.1.1 and older have

@chipitsine
Copy link

I'm ok with that

@levitte
Copy link
Member Author

levitte commented May 19, 2019

Yes... that was rather a comment to the @openssl team, in case they would wonder ('cause they will have to make the final and deciding approval)

@levitte
Copy link
Member Author

levitte commented May 20, 2019

Merged.

d3136af Configure: let platform->dsoext() default with platform->shlibextsimple()

@levitte levitte closed this May 20, 2019
levitte added a commit that referenced this pull request May 20, 2019
…le()

We still use '.so' as a last resort...

Fixes #8950

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from #8951)
chipitsine added a commit to chipitsine/engine that referenced this pull request May 20, 2019
we do not need to copy "dylib" to "so" after openssl/openssl#8951
@makr
Copy link
Contributor

makr commented May 25, 2019

I've only just seen this and have currently no means to check for real. But if I understand the change correctly, it would mean that the DSOs now get .a on AIX, which would be incorrect, because they are no archives, right?

@levitte
Copy link
Member Author

levitte commented May 25, 2019

In that case, Configurations/platform/AIX.pm needs an added dsoext function.

@levitte
Copy link
Member Author

levitte commented May 25, 2019

Proposed fix in #9005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"so" is forced for engines instead of "dylib" on osx
4 participants