x86_64 also needs -fPIC to create lua shared libraries
SVN-Revision: 12008
This commit is contained in:
parent
bbc96d103a
commit
890c213508
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue