From 53c81089aef6611b8e218131783da40e576984b8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 8 Oct 2021 12:09:59 +0200 Subject: [PATCH] fix: enable vendored_openssl for the binary build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3251766..46388e0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export LANG ?= C.UTF-8 export TZ ?= UTC export RUSTFLAGS ?= -C link-arg=-s -DB ?= sqlite,postgresql +DB ?= sqlite,postgresql,vendored_openssl SRC := src .PHONY: all