projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
x86_64 also needs -fPIC to create lua shared libraries
[openwrt.git]
/
package
/
lua
/
Makefile
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
96dda82
..
d29b323
100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-27,6
+27,9
@@
include $(INCLUDE_DIR)/package.mk
ifeq ($(ARCH),powerpc)
FPIC:=-fPIC
endif
+ifeq ($(ARCH),x86_64)
+ FPIC:=-fPIC
+endif
define Package/lua/Default
This page took
0.021075 seconds
and
4
git commands to generate.