blob: 31c54bdf45855eb5183d58887fb52e9d431fa5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- jwhois-4.0/src/Makefile.am
+++ jwhois-4.0.mod/src/Makefile.am
@@ -23,6 +23,7 @@
getopt.c getopt1.c jconfig.c string.c cache.c rwhois.c jwhois.c \
whois.c http.c
+LIBS += @LIBICONV@
jwhois_LIBS = @LIBINTL@ @LIBICONV@ @LIBS@
jwhois_CFLAGS = $(OLDCFLAGS) -DSYSCONFDIR="\"$(sysconfdir)\"" \
|