You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
320 B
13 lines
320 B
5 years ago
|
diff -uNr odt2txt-0.5/Makefile odt2txt-0.5.mod/Makefile
|
||
|
--- odt2txt-0.5/Makefile 2014-11-18 19:10:08.000000000 +0200
|
||
|
+++ odt2txt-0.5.mod/Makefile 2019-08-13 21:39:23.220216345 +0300
|
||
|
@@ -14,7 +14,7 @@
|
||
|
CFLAGS += -DNO_ICONV
|
||
|
endif
|
||
|
|
||
|
-LIBS = -lz
|
||
|
+LIBS = -liconv -lz
|
||
|
ZIP_OBJS =
|
||
|
ifdef HAVE_LIBZIP
|
||
|
CFLAGS += -DHAVE_LIBZIP
|