Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169591839
D2904.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
925 B
Referenced Files
None
Subscribers
None
D2904.diff
View Options
Index: head/lang/lua51/Makefile
===================================================================
--- head/lang/lua51/Makefile
+++ head/lang/lua51/Makefile
@@ -52,6 +52,7 @@
LUA_INCDIR?= ${LUA_PREFIX}/include/${LUA_SUBDIR}
LUA_LIBDIR?= ${LUA_PREFIX}/lib
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_powerpc= -fPIC
Index: head/lang/lua52/Makefile
===================================================================
--- head/lang/lua52/Makefile
+++ head/lang/lua52/Makefile
@@ -57,6 +57,7 @@
libdir=${LUA_LIBDIR} \
soname=lua-${LUA_VER}
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_powerpc= -fPIC
Index: head/lang/lua53/Makefile
===================================================================
--- head/lang/lua53/Makefile
+++ head/lang/lua53/Makefile
@@ -57,6 +57,7 @@
libdir=${LUA_LIBDIR} \
soname=lua-${LUA_VER}
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_powerpc= -fPIC
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 3, 12:29 AM (12 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38037764
Default Alt Text
D2904.diff (925 B)
Attached To
Mode
D2904: lang/lua{51,52,53}: Add -fPIC for arm64
Attached
Detach File
Event Timeline
Log In to Comment