mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
x86_64 also needs -fPIC to create lua shared libraries
SVN-Revision: 12008
This commit is contained in:
parent
bbc96d103a
commit
890c213508
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user