]> git.pld-linux.org Git - packages/varnish.git/blob - varnish-build.patch
- quick -ltinfo fix; rel 5
[packages/varnish.git] / varnish-build.patch
1 diff -ru varnish-2.0.2.org/lib/libvarnish/Makefile.am varnish-2.0.2/lib/libvarnish/Makefile.am
2 --- varnish-2.0.2.org/lib/libvarnish/Makefile.am        2008-11-14 13:24:08.000000000 +0100
3 +++ varnish-2.0.2/lib/libvarnish/Makefile.am    2008-11-16 14:30:30.479883978 +0100
4 @@ -26,7 +26,8 @@
5         vss.c \
6         vtmpfile.c
7  
8 -libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM}
9 +libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM} \
10 +                       $(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la
11  
12  
13  if ENABLE_TESTS
14 diff -ru varnish-2.0.2.org/lib/Makefile.am varnish-2.0.2/lib/Makefile.am
15 --- varnish-2.0.2.org/lib/Makefile.am   2008-11-14 13:24:08.000000000 +0100
16 +++ varnish-2.0.2/lib/Makefile.am       2008-11-16 14:30:50.736859278 +0100
17 @@ -1,9 +1,9 @@
18  # $Id$
19  
20  SUBDIRS = \
21 +       libvarnishcompat \
22         libvarnish \
23         libvarnishapi \
24 -       libvarnishcompat \
25         libvcl \
26         @JEMALLOC_SUBDIR@
27  
This page took 0.037698 seconds and 3 git commands to generate.