Skip to content

Commit

Permalink
fix(site.mk): add tls packages
Browse files Browse the repository at this point in the history
solves #54
  • Loading branch information
genofire committed Jan 23, 2024
1 parent 7993de4 commit 4188219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ GLUON_SITE_PACKAGES := \
iwinfo \
firewall \
urngd \
gluon-scheduled-domain-switch
gluon-scheduled-domain-switch \
ca-bundle \
ca-certificates \
libustream-openssl

# Allow overriding the these variables from the command line
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
Expand Down

0 comments on commit 4188219

Please sign in to comment.