summaryrefslogtreecommitdiffstats
path: root/collab/openca/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/openca/BUILD')
-rwxr-xr-xcollab/openca/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/collab/openca/BUILD b/collab/openca/BUILD
new file mode 100755
index 0000000000..9a7fb1adca
--- /dev/null
+++ b/collab/openca/BUILD
@@ -0,0 +1,11 @@
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --with-hierarchy-level=${OPENCA_HIERARCHY_LEVEL} \
+ --with-web-host=$(hostname) \
+ --with-ca-organization=${OPENCA_ORGANIZATION} \
+ --with-ca-country=${OPENCA_COUNTRY} \
+ $OPTS &&
+make