Commit a10584cd authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Somebody forgot LIBUNWIND_CFLAGS

parent 2de3203d
......@@ -174,7 +174,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