11 lines
225 B
Diff
11 lines
225 B
Diff
--- Makefile 2015-01-09 03:49:00.000000000 +0100
|
|
+++ Makefile 2015-03-31 20:02:47.435187900 +0200
|
|
@@ -39,6 +39,7 @@
|
|
|
|
ifdef HAVE_ICONV
|
|
whois_OBJECTS += simple_recode.o
|
|
+whois_LDADD += -liconv
|
|
DEFS += -DHAVE_ICONV
|
|
endif
|
|
|