From: Steven Barth Date: Sat, 6 Sep 2008 15:47:07 +0000 (+0000) Subject: Fixed Luasocket build X-Git-Tag: 0.9.0~1413 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=f61bd1a78c69e3f492b18fd4ac14873cb009b8ef Fixed Luasocket build --- diff --git a/contrib/package/luasocket/Makefile b/contrib/package/luasocket/Makefile index e35cfe985..65538d18d 100644 --- a/contrib/package/luasocket/Makefile +++ b/contrib/package/luasocket/Makefile @@ -30,10 +30,10 @@ define Build/Compile $(call Build/Compile/Default) endef -MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -pedantic -Wall -fpic" LDFLAGS="$(TARGET_LDFLAGS) -shared -fpic" +MAKE_FLAGS += LD="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -pedantic -Wall -fpic" LDFLAGS="$(TARGET_LDFLAGS) -shared -fpic" define Package/luasocket/install $(MAKE) -C$(PKG_BUILD_DIR) install INSTALL_TOP_SHARE=$(1)/usr/lib/lua INSTALL_TOP_LIB=$(1)/usr/lib/lua endef -$(eval $(call BuildPackage,luasocket)) \ No newline at end of file +$(eval $(call BuildPackage,luasocket))