1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:58:32 +03: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:
florian 2008-07-30 10:04:03 +00:00
parent 8e4f93aa55
commit 512b9e875d

View File

@ -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