From: Alexander Ryzhov Date: Thu, 23 Apr 2015 11:02:58 +0000 (+0000) Subject: luaexpat: fix LDFLAGS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fbbb525012bf7edeff46716e50c91e7f75606eae;p=feed%2Fpackages.git luaexpat: fix LDFLAGS Signed-off-by: Alexander Ryzhov --- diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index 6b73254d6d..3c2f23180b 100644 --- a/lang/luaexpat/Makefile +++ b/lang/luaexpat/Makefile @@ -41,7 +41,7 @@ define Build/Compile LUA_INC="-I$(STAGING_DIR)/usr/include/" \ LUA_LIBDIR="$(STAGING_DIR)/usr/lib/" \ COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \ - LIB_OPTION="-shared $(TARGET_LDFLAGS)" \ + LDFLAGS="-shared $(TARGET_LDFLAGS)" \ CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \ LD="$(TARGET_CROSS)ld -shared" endef