From fbbb525012bf7edeff46716e50c91e7f75606eae Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Thu, 23 Apr 2015 11:02:58 +0000 Subject: [PATCH] luaexpat: fix LDFLAGS Signed-off-by: Alexander Ryzhov --- lang/luaexpat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2