aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--conf/build.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index e5699ab..cc0c52d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ RUN set -e \
&& tar zfvx kore-${KORE_VERSION}.tar.gz \
&& cd kore-${KORE_VERSION} \
&& make clean \
- && make NOTLS=1 PGSQL=1 \
+ && make PGSQL=1 TLS_BACKEND=none \
&& make install \
&& cd .. \
&& rm -rf kore-${KORE_VERSION} \
diff --git a/conf/build.conf b/conf/build.conf
index 51707fb..7a257d1 100644
--- a/conf/build.conf
+++ b/conf/build.conf
@@ -5,8 +5,8 @@
# of a dynamic library. If you set this to yes you must also
# set kore_source together with kore_flavor.
# single_binary=yes
-# kore_source=/home/mcvady/working/kore-4.2.0/
-# kore_flavor=NOTLS=1 PGSQL=1 INSTALL_SINGLE_BINARY=1
+# kore_source=/home/mcvady/working/kore-4.2.2/
+# kore_flavor=PGSQL=1 TLS_BACKEND=none
# The flags below are shared between flavors
cflags=-Wall -Wmissing-declarations -Wshadow