Sfoglia il codice sorgente

luaexpat: fix LDFLAGS

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov 10 anni fa
parent
commit
fbbb525012
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      lang/luaexpat/Makefile

+ 1
- 1
lang/luaexpat/Makefile Vedi File

@@ -41,7 +41,7 @@ define Build/Compile
41 41
 	LUA_INC="-I$(STAGING_DIR)/usr/include/" \
42 42
 	LUA_LIBDIR="$(STAGING_DIR)/usr/lib/" \
43 43
 	COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \
44
-	LIB_OPTION="-shared $(TARGET_LDFLAGS)" \
44
+	LDFLAGS="-shared $(TARGET_LDFLAGS)" \
45 45
 	CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \
46 46
 	LD="$(TARGET_CROSS)ld -shared" 
47 47
 endef