aboutsummaryrefslogtreecommitdiff
path: root/lib/liblua/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liblua/luaconf.h')
-rw-r--r--lib/liblua/luaconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/liblua/luaconf.h b/lib/liblua/luaconf.h
index 6226e8ab1e84..bc7f5bb6e141 100644
--- a/lib/liblua/luaconf.h
+++ b/lib/liblua/luaconf.h
@@ -75,8 +75,10 @@
/* Local modifications: need io.popen */
#ifdef __FreeBSD__
#define LUA_USE_POSIX
+#ifndef BOOTSTRAPPING
#define LUA_USE_DLOPEN
#endif
+#endif
/*
@@ LUA_C89_NUMBERS ensures that Lua uses the largest types available for