Commit d4ccf56a authored by Federico G. Schwindt's avatar Federico G. Schwindt

Add missing dependencies

parent 932035b6
......@@ -157,7 +157,7 @@ varnishd_LDADD = \
@SAN_LDFLAGS@ \
@JEMALLOC_LDADD@ \
@PCRE_LIBS@ \
${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} ${UMEM_LIBS}
${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${RT_LIBS} ${LIBM} ${UMEM_LIBS}
noinst_PROGRAMS = vhp_gen_hufdec
vhp_gen_hufdec_SOURCES = hpack/vhp_gen_hufdec.c
......
......@@ -55,7 +55,7 @@ varnishtest_LDADD = \
$(top_builddir)/lib/libvgz/libvgz.a \
@SAN_LDFLAGS@ \
@PCRE_LIBS@ \
${LIBM} ${PTHREAD_LIBS}
${PTHREAD_LIBS} ${NET_LIBS} ${LIBM}
varnishtest_CFLAGS = \
@SAN_CFLAGS@ \
......
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