aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/luaexpat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile
index 044e19904..741366ebe 100644
--- a/lang/luaexpat/Makefile
+++ b/lang/luaexpat/Makefile
@@ -23,7 +23,7 @@ define Package/luaexpat
SUBMENU:=Lua
SECTION:=lang
CATEGORY:=Languages
- TITLE:=LuaExpat
+ TITLE:=LuaExpat
URL:=http://matthewwild.co.uk/projects/luaexpat/
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
DEPENDS:=+lua +libexpat
@@ -45,7 +45,7 @@ define Build/Compile
COMPAT_DIR="$(PKG_BUILD_DIR)/compat-5.1r5" \
LDFLAGS="-shared $(TARGET_LDFLAGS)" \
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(FPIC) -std=c99" \
- LD="$(TARGET_CROSS)ld -shared"
+ LD="$(TARGET_CROSS)ld -shared"
endef
define Package/luaexpat/install