luaexpat: trim trailing spaces

Found with modified Kconfiglib.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit b051bbcad8)
This commit is contained in:
Stijn Tintel 2022-11-02 14:58:00 +02:00 committed by Josef Schlehofer
parent 8f85f89845
commit e8c1696931
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 2 deletions

View File

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