diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-11-02 14:58:00 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-11-03 09:45:09 +0100 |
commit | b051bbcad8c21b0de77657923b9bb9b81030af36 (patch) | |
tree | 116d7c46695d07fb61d7e8e00f0afd1bd18ea441 /lang/luaexpat/Makefile | |
parent | 0f78b737151405eb06134b013e0b10b95b447bf1 (diff) |
luaexpat: trim trailing spaces
Found with modified Kconfiglib.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'lang/luaexpat/Makefile')
-rw-r--r-- | lang/luaexpat/Makefile | 4 |
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 |