bugGNU Wget - Bugs: bug #22143, src/Makefile.am should place...

 
 

bug #22143: src/Makefile.am should place additional libs first

Submitted by:  Mike Frysinger <vapier>
Submitted on:  Mon 28 Jan 2008 01:49:40 PM UTC  
 
Category: Build/InstallSeverity: 2 - Minor
Priority: 8Status: Fixed
Privacy: PublicAssigned to: None
Originator Name: Open/Closed: Closed
Release: trunkOperating System: None
Reproducibility: Every TimeFixed Release: 1.12
Planned Release: 1.12Regression: None
Work Required: NonePatch Included: Yes

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Wed 23 Apr 2008 05:48:02 AM UTC, comment #1:

Fixed for mainline in edc9a5a4d1a9.

Micah Cowan <micahcowan>
Mon 28 Jan 2008 01:49:40 PM UTC, original submission:

when building statically, the library order needs to be such that symbols are resolved as needed. that means ssl/gnutls/etc... need to come after @LIBS@ in src/Makefile.am.

--- a/src/Makefile.am Fri Jan 25 05:10:04 2008 -0800
+++ b/src/Makefile.am Mon Jan 28 08:49:31 2008 -0500
@@ -32,7 +32,7 @@

# The following line is losing on some versions of make!
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
-LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@ @LIBINTL@
+LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBINTL@ @LIBS@

bin_PROGRAMS = wget
wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c \

Mike Frysinger <vapier>

 

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

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by micahcowan (Updated the item)
  • -unavailable- added by vapier (Submitted the item)
  •  

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 7 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 23 Apr 2008 05:48:02 AM UTCmicahcowanStatusConfirmed=>Fixed
      Open/ClosedOpen=>Closed
      Fixed ReleaseNone=>1.12
    Tue 29 Jan 2008 04:29:41 AM UTCmicahcowanSeverity3 - Normal=>2 - Minor
      Priority5 - Normal=>8
      StatusNone=>Confirmed
      Planned ReleaseNone=>1.12

    Back to the top


    Powered by Savane 3.1-cleanup1