Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105778463
D26059.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
609 B
Referenced Files
None
Subscribers
None
D26059.diff
View Options
Index: head/lib/liblua/luaconf.h
===================================================================
--- head/lib/liblua/luaconf.h
+++ head/lib/liblua/luaconf.h
@@ -75,6 +75,7 @@
/* Local modifications: need io.popen */
#ifdef __FreeBSD__
#define LUA_USE_POSIX
+#define LUA_USE_DLOPEN
#endif
/*
Index: head/libexec/flua/Makefile
===================================================================
--- head/libexec/flua/Makefile
+++ head/libexec/flua/Makefile
@@ -38,4 +38,6 @@
CFLAGS+= -I${UCLSRC}/include -I${UCLSRC}/src -I${UCLSRC}/uthash
LIBADD+= ucl
+LDFLAGS+= -Wl,-E
+
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:49 PM (18 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15541942
Default Alt Text
D26059.diff (609 B)
Attached To
Mode
D26059: flua: support "require" shared objs in the base system
Attached
Detach File
Event Timeline
Log In to Comment