]> sjero.net Git - wget/commitdiff
Rearrange library order in Makefile.am.
authorMicah Cowan <micah@cowan.name>
Wed, 23 Apr 2008 05:00:51 +0000 (22:00 -0700)
committerMicah Cowan <micah@cowan.name>
Wed, 23 Apr 2008 05:00:51 +0000 (22:00 -0700)
src/ChangeLog
src/Makefile.am

index 871a82e79f6c68b27092360bcf9ef5c48d43e8ef..0a5f0b33460449d228fa4f37700103739892e498 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.am: Move @LIBS@ after other libraries, for better
+       static-linking support.
+
 2008-04-12  Rabin Vincent  <rabin@rab.in>
 
        * mswindows.c (fake_fork_child): Don't create a logfile for
index f598d9084eb1d82791da472388741cccb1b30d24..c271ad4d05ecf17a0326eccb0a7be396e460d04f 100644 (file)
@@ -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  \