bugGNU Wget - Bugs: bug #34196, ssl/crypto test should depend on...

 
 

bug #34196: ssl/crypto test should depend on zlib

Submitter:  Alan Hourihane <alanh>
Submitted:  Fri 02 Sep 2011 01:16:41 PM UTC
   
 
Category:  Build/Install Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  gscrivano
Originator Name:  alanh Open/Closed:  Open
Release:  None Operating System:  None
Reproducibility:  None Fixed Release:  None
Planned Release:  1.13.4 Regression:  None
Work Required:  None Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 04 Sep 2011 12:15:56 PM UTC, comment #1: 

thanks for the report.  I am going to apply the fix.

Giuseppe Scrivano <gscrivano>
Group administrator
Fri 02 Sep 2011 01:16:41 PM UTC, original submission:  

On a static library system, the ssl test fails because libcrypto needs zlib, and it's not implicitly linked.

A potential fix is to do this....

-    AC_LIB_HAVE_LINKFLAGS([ssl], [crypto] [
+    AC_LIB_HAVE_LINKFLAGS([ssl], [crypto z] [

But I'm not sure whether crypto has different dependencies on other systems.

Alan Hourihane <alanh>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gscrivano (Posted a comment)
  • -email is unavailable- added by alanh (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-09-04 gscrivano StatusNone Fixed
        Assigned toNone gscrivano
        Planned ReleaseNone 1.13.4

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code