luaexpat: fix LDFLAGS

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov 2015-04-23 11:02:58 +00:00
parent 2e09d06698
commit fbbb525012
1 changed files with 1 additions and 1 deletions

View File

@ -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