From: Micah Cowan Date: Wed, 23 Apr 2008 05:00:51 +0000 (-0700) Subject: Rearrange library order in Makefile.am. X-Git-Tag: v1.13~421^2~28 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=6b3234ca2a39dc4aa5126161bda270c0716fb928 Rearrange library order in Makefile.am. --- diff --git a/src/ChangeLog b/src/ChangeLog index 871a82e7..0a5f0b33 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-04-22 Mike Frysinger + + * Makefile.am: Move @LIBS@ after other libraries, for better + static-linking support. + 2008-04-12 Rabin Vincent * mswindows.c (fake_fork_child): Don't create a logfile for diff --git a/src/Makefile.am b/src/Makefile.am index f598d908..c271ad4d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \