aboutsummaryrefslogtreecommitdiff
path: root/lib/liblua
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-08-14 02:40:17 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-08-14 02:40:17 +0000
commit967fbfd9e2b7a015d5cba1491badcdf9044b28b9 (patch)
tree02738dd3789757282d4f249a6c793ccc4775918d /lib/liblua
parentc2a2b4f3cf11e770892a524df637f671f5989719 (diff)
Notes
Diffstat (limited to 'lib/liblua')
-rw-r--r--lib/liblua/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/liblua/Makefile b/lib/liblua/Makefile
index 28fc05a9aa712..e5f5e3c5960a3 100644
--- a/lib/liblua/Makefile
+++ b/lib/liblua/Makefile
@@ -29,6 +29,8 @@ CFLAGS+= -DLUA_PROGNAME="\"${PROG}\""
.if defined(BOOTSTRAPPING)
CFLAGS+= -DLUA_PATH_DEFAULT="\"/nonexistent/?.lua\""
CFLAGS+= -DLUA_CPATH_DEFAULT="\"/nonexistent/?.so\""
+# We don't support dynamic libs on bootstrap builds.
+CFLAGS+= -DBOOTSTRAPPING
.endif
.include <bsd.lib.mk>