kill off curl and libvlc

This commit is contained in:
Isaac Connor 2017-10-25 13:20:18 -07:00
parent 653d213d62
commit fc3934c8bb
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ override_dh_auto_configure:
-DZM_CGIDIR="/usr/lib/zoneminder/cgi-bin" \
-DZM_DIR_EVENTS="/var/cache/zoneminder/events" \
-DZM_DIR_IMAGES="/var/cache/zoneminder/images" \
-DZM_PATH_ZMS="/zm/cgi-bin/nph-zms"
-DZM_PATH_ZMS="/zm/cgi-bin/nph-zms" \
-DZM_NO_CURL=1 \
-DZM_NO_LIBVLC=1
override_dh_clean:
dh_clean $(MANPAGES1)