mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:37:10 +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)
|
||||
FPIC:=-fPIC
|
||||
endif
|
||||
ifeq ($(ARCH),x86_64)
|
||||
FPIC:=-fPIC
|
||||
endif
|
||||
|
||||
|
||||
define Package/lua/Default
|
||||
|
Loading…
Reference in New Issue
Block a user