Fixed Luasocket build

(cherry picked from commit 37ef79dc601bc34489bcab56d653f5d91e8526c8)
This commit is contained in:
Steven Barth 2008-09-06 16:12:34 +00:00
parent 1773c2e54c
commit 97d4eddc43

View file

@ -30,7 +30,7 @@ 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