Add support for Runtime Managememnt Library on the Cell Broadband Engine
[openwrt/svn-archive/archive.git] / libs / clinkc / Makefile
index 665b35148ee0eb74cfe6177667c2f8cf41f328f0..c3beda852d08b952ad30b7bd215c0b5805447c1f 100644 (file)
@@ -17,7 +17,6 @@ PKG_SOURCE_URL:=@SF/clinkc/
 PKG_MD5SUM:=4c8ac54a15da47203a86daf77fbc2664
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/CyberLinkC
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 PKG_BUILD_DEPENDS:=libexpat
 
@@ -37,6 +36,8 @@ endef
 
 # uses GNU configure
 
+TARGET_CFLAGS += $(FPIC)
+
 define Build/Compile
        chmod +x $(PKG_BUILD_DIR)/config/install-sh
        $(MAKE) -C $(PKG_BUILD_DIR) \