aboutsummaryrefslogtreecommitdiff
path: root/lib/liblua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liblua/Makefile')
-rw-r--r--lib/liblua/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/liblua/Makefile b/lib/liblua/Makefile
index 28fc05a9aa71..e5f5e3c5960a 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>