Skip to content

Commit 8dcd707

Browse files
committed
fix: restore third_party/apr and third_party/boringssl
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent 50c6ad4 commit 8dcd707

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99
url = git@github.com:sqlite/sqlite.git
1010
shallow = true
1111
ignore = dirty
12+
[submodule "apr"]
13+
path = third_party/apache/apr
14+
url = git@github.com:apache/apr.git
15+
[submodule "boringssl"]
16+
path = third_party/google/boringssl
17+
url = git@github.com:google/boringssl.git

third_party/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENABLE_SCCACHE ?= yes
2525
ELIDE_ROOT ?= $(realpath $(shell pwd)/..)
2626
MACOS_MIN_VERSION ?= 12.3
2727

28-
NATIVE_TOOLS ?= sqlite apr
28+
NATIVE_TOOLS ?= boringssl sqlite apr
2929
LANGS ?= pkl
3030

3131
ifeq ($(RELEASE),yes)
@@ -199,7 +199,7 @@ apr: apache/apr/.libs
199199

200200
CFLAGS_APR ?=
201201
CFLAGS_APR +=$(CFLAGS_BASE) -w
202-
LDFLAGS_APR ?=-L$(ELIDE_ROOT)/third_party/google/boringssl/build -lssl -lcrypto
202+
LDFLAGS_APR ?=-L$(ELIDE_ROOT)/third_party/google/boringssl/build -lssl -lcrypto
203203
LDFLAGS_APR +=$(LDFLAGS_BASE)
204204

205205
# APR does not link with LLD.

third_party/apache/apr

Submodule apr added at e0f11d1

third_party/google/boringssl

Submodule boringssl added at 51ae1b2

0 commit comments

Comments
 (0)