projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f78b73
)
luaexpat: trim trailing spaces
author
Stijn Tintel
<
[email protected]
>
Wed, 2 Nov 2022 12:58:00 +0000
(14:58 +0200)
committer
Josef Schlehofer
<
[email protected]
>
Thu, 3 Nov 2022 08:45:09 +0000
(09:45 +0100)
Found with modified Kconfiglib.
Signed-off-by: Stijn Tintel <
[email protected]
>
lang/luaexpat/Makefile
patch
|
blob
|
history
diff --git
a/lang/luaexpat/Makefile
b/lang/luaexpat/Makefile
index 044e199046afaf0e7773399ab09fe8c6dee27a5c..741366ebe4fa5a2ee0443324c43dd60334406e53 100644
(file)
--- 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 <
[email protected]
>
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