pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Replicate the configure --with-webdir= via cmake -DZM_WEBDIR=
Module Name: pkgsrc-wip
Committed By: davidsainty <david.sainty%gmail.com@localhost>
Pushed By: dsainty
Date: Sat Jan 15 18:44:20 2022 +1300
Changeset: 1e98053a14c75bfed637055bd281b4d2198ef9a8
Modified Files:
zoneminder/Makefile
Log Message:
Replicate the configure --with-webdir= via cmake -DZM_WEBDIR=
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e98053a14c75bfed637055bd281b4d2198ef9a8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zoneminder/Makefile | 1 +
1 file changed, 1 insertion(+)
diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index 3fe62dc2d0..b0e42696ac 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -85,6 +85,7 @@ INSTALLATION_DIRS+= libexec/zoneminder ${ZM_HTTPD_CGIBIN}
BUILD_DEFS+= VARBASE
CONFIGURE_ARGS+= --with-webdir=${PREFIX}/${ZM_HTTPD_ROOT:Q}
+CMAKE_ARGS+= -DZM_WEBDIR=${PREFIX}/${ZM_HTTPD_ROOT:Q}
CONFIGURE_ARGS+= --with-cgidir=${PREFIX}/${ZM_HTTPD_CGIBIN:Q}
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
Home |
Main Index |
Thread Index |
Old Index