Fixed Luasocket build
(cherry picked from commit 37ef79dc601bc34489bcab56d653f5d91e8526c8)
This commit is contained in:
parent
1773c2e54c
commit
97d4eddc43
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue