Update openembedded-core / meta-openembedded / bitbake (1.25.0)
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / tuxtxt / tuxbox-libtuxtxt / libz.patch
1 --- libs/libtuxtxt/Makefile.am  2012-02-17 00:44:38.933059300 +0100
2 +++ libs/libtuxtxt/Makefile.am  2012-02-17 01:31:00.077032773 +0100
3 @@ -4,6 +4,7 @@
4  pkginclude_HEADERS = tuxtxt_def.h tuxtxt_common.h
5  
6  libtuxtxt_la_SOURCES = libtuxtxt.c
7 +libtuxtxt_la_LIBADD = -lz
8  
9  AM_CPPFLAGS = \
10         @FREETYPE_CFLAGS@