mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:04:42 +02:00
x86_64 also needs -fPIC to create lua shared libraries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12008 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8e4f93aa55
commit
512b9e875d
@ -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…
x
Reference in New Issue
Block a user