Leonid Plyushch
5 years ago
2 changed files with 14 additions and 6 deletions
@ -0,0 +1,12 @@ |
|||
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 |
Loading…
Reference in new issue