From: Stijn Tintel Date: Wed, 2 Nov 2022 12:58:00 +0000 (+0200) Subject: luaexpat: trim trailing spaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b051bbcad8c21b0de77657923b9bb9b81030af36;p=feed%2Fpackages.git luaexpat: trim trailing spaces Found with modified Kconfiglib. Signed-off-by: Stijn Tintel --- diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index 044e199046..741366ebe4 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 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