Commit 35cba4e2 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Martin Blix Grydeland

build: Include contrib/ scripts

parent 3ee12e5e
......@@ -17,6 +17,9 @@ ifneq ($(filter $(DEB_HOST_ARCH),$(DISABLE_JEMALLOC_ARCH_LIST)),)
LOCAL_CONFIGURE_FLAGS += --disable-jemalloc
endif
# Ship contrib scripts
LOCAL_CONFIGURE_FLAGS += --with-contrib
num=\#
VARNISHD_ABI = $(shell \
printf '$(num)include "vcs_version.h"\nVCS_Version\n' | \
......
......@@ -81,7 +81,7 @@ Varnish Cache is a high-performance HTTP accelerator
%build
%configure --localstatedir=/var/lib
%configure --localstatedir=/var/lib --with-contrib
%make_build V=1
......
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