Commit a2ae115a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Somebody forgot LIBUNWIND_CFLAGS

parent fc63f129
......@@ -185,7 +185,7 @@ varnishd_LDADD = \
${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${RT_LIBS} ${LIBM}
if WITH_UNWIND
varnishd_CFLAGS += -DUNW_LOCAL_ONLY
varnishd_CFLAGS += -DUNW_LOCAL_ONLY ${LIBUNWIND_CFLAGS}
varnishd_LDADD += ${LIBUNWIND_LIBS}
endif
......
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