varnish/varnish-4.0.2.fix_ld_library_path_in_sphinx_build.patch
Ingvar Hagelund b69bd435f9 * Tue Nov 25 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> 4.0.2-1
- New upstream release
- Rebased sphinx makefile patch
- Added systemd services patch from Federico Schwindt
2014-11-26 00:32:04 +01:00

11 lines
533 B
Diff

--- doc/sphinx/Makefile.in.orig 2014-10-08 09:48:47.000000000 +0200
+++ doc/sphinx/Makefile.in 2014-11-25 22:49:55.137641462 +0100
@@ -517,6 +517,7 @@
rm -rf $(BUILDDIR)
include/params.rst: $(top_builddir)/bin/varnishd/varnishd
+ LD_LIBRARY_PATH=$(top_builddir)/lib/libvarnish/.libs:$(top_builddir)/lib/libvarnishcompat/.libs:$(top_builddir)/lib/libvcc/.libs:$(top_builddir)/lib/libvgz/.libs \
$(top_builddir)/bin/varnishd/varnishd -x dumprstparam > include/params.rst
# XXX add varnishstat here when it's been _opt2rst'ed