Commit a4689094 authored by Ingvar Hagelund's avatar Ingvar Hagelund

Patch by Robert Scheck <robert@fedoraproject.org> for varnish >= 2.1, which adds the

missing (former implicit) linking to libm. And as implicit linking can be dangerous,
this changed, see: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking

Commited by Ingvar. This is necessary to make varnish build on fedora>13.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4712 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6eea6fae
......@@ -173,6 +173,9 @@ to the specified
See
.Sx Run-Time Parameters
for a list of parameters.
.It Fl S Ar file
Path to a file containing a secret used for authorizing access to the
management port.
.It Fl s Ar type Ns Xo
.Op , Ns Ar options
.Xc
......
......@@ -25,7 +25,7 @@ varnishtest_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
${PTHREAD_LIBS}
${LIBM} ${PTHREAD_LIBS}
EXTRA_DIST = $(top_srcdir)/bin/varnishtest/tests/*.vtc \
$(top_srcdir)/bin/varnishtest/tests/README
......@@ -126,7 +126,6 @@ it's saintmode list
can be set to the maximum list size. Setting a value of 0 disables
saintmode checking entirely for that backend. The value in the backend
declaration overrides the parameter.
.Ss Directors
Directors choose from different backends based on health status and a
per-director algorithm.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment