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

Fix static linking with OpenSSL #1638

Closed
wants to merge 1 commit into from

Conversation

Labels
None yet
Projects
None yet
4 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Jan 6, 2020

Adjust link order of libz to solve bug with static linking
and remove host paths when looking for openssl.

[Vincent:

  • Adapt the patch to make it apply on the new version.]
    [Bernd: rebased for tor-0.2.7.6, 0.2.8.10, 0.2.9.9, 0.3.1.7, 0.3.2.10 &
    0.3.4.8, 0.3.5.7]
    [Fabrice: fix detection of openssl functions in 0.3.5.8]
    Signed-off-by: Vicente Olivert Riera Vincent.Riera@imgtec.com
    Signed-off-by: Bernd Kuhls bernd.kuhls@t-online.de
    Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com
Adjust link order of libz to solve bug with static linking
and remove host paths when looking for openssl.

[Vincent:
 - Adapt the patch to make it apply on the new version.]
[Bernd: rebased for tor-0.2.7.6, 0.2.8.10, 0.2.9.9, 0.3.1.7, 0.3.2.10 &
        0.3.4.8, 0.3.5.7]
[Fabrice: fix detection of openssl functions in 0.3.5.8]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
@coveralls
Copy link

@coveralls coveralls commented Jan 6, 2020

Pull Request Test Coverage Report for Build 7690

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 63.104%

Totals Coverage Status
Change from base Build 7688: 0.0%
Covered Lines: 49684
Relevant Lines: 78733

💛 - Coveralls

@torproject-pusher torproject-pusher deleted the branch torproject:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment