mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Make sure we link against libiconv when necessary.
This commit is contained in:
parent
18bca2706b
commit
9ef8e738a4
@ -1,3 +1,7 @@
|
||||
2009-07-03 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Makefile.am (LIBS): Added @LIBICONV@.
|
||||
|
||||
2009-07-02 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* recur.c (url_enqueue): Quote enqueue/dequeue debug messages.
|
||||
|
@ -36,7 +36,7 @@ endif
|
||||
|
||||
# The following line is losing on some versions of make!
|
||||
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
|
||||
LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBINTL@ @LIBS@
|
||||
LIBS = @LIBSSL@ @LIBGNUTLS@ @LIBICONV@ @LIBINTL@ @LIBS@
|
||||
|
||||
bin_PROGRAMS = wget
|
||||
wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
|
||||
|
Loading…
Reference in New Issue
Block a user