mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +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)
|
ifeq ($(ARCH),powerpc)
|
||||||
FPIC:=-fPIC
|
FPIC:=-fPIC
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ARCH),x86_64)
|
||||||
|
FPIC:=-fPIC
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
define Package/lua/Default
|
define Package/lua/Default
|
||||||
|
Loading…
Reference in New Issue
Block a user