
Thread
2011.12.22 17:04 "Re: [Tiff] [PATCH] add missing lzma to Libs.private for pkg-config", by Bob Friesenhahn
Thanks for your patch. It is now applied in libtiff CVS.
Bob
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/configure.ac b/configure.ac
index fa23704..da8e6a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -720,6 +720,7 @@ fiif test "$HAVE_LZMA" = "yes" ; then AC_DEFINE(LZMA_SUPPORT,1,[Support LZMA2 compression]) LIBS="-llzma $LIBS"
+ tiff_libs_private="-llzma ${tiff_libs_private}"
if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then
LIBDIR="-R $with_lzma_lib_dir $LIBDIR"
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/