[libxml2] Fix "make tst" to grab lzma lib too



commit 48f0f3f29f52244c9ea3437d2f3d407abd777a83
Author: Daniel Veillard <veillard redhat com>
Date:   Tue May 8 10:59:41 2012 +0800

    Fix "make tst" to grab lzma lib too

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ae72711..3797e3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1231,7 +1231,7 @@ uninstall-local:
 	rm -rf $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
 
 tst: tst.c
-	$(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz
+	$(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz -llzma
 
 sparse: clean
 	$(MAKE) CC=cgcc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]