git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6fb18c9
)
oniguruma: change ${...} to $(...) in Makefile
author
Eneas U de Queiroz
<redacted>
Mon, 27 May 2019 13:12:39 +0000
(10:12 -0300)
committer
Eneas U de Queiroz
<redacted>
Mon, 27 May 2019 13:12:39 +0000
(10:12 -0300)
Signed-off-by: Eneas U de Queiroz <redacted>
libs/oniguruma/Makefile
patch
|
blob
|
history
diff --git
a/libs/oniguruma/Makefile
b/libs/oniguruma/Makefile
index 33f0e598f8455ea4b68bd008e0289d4d492876a4..62ba644b8ea14e25da9a94fbd3d75a6666603f1a 100644
(file)
--- a/
libs/oniguruma/Makefile
+++ b/
libs/oniguruma/Makefile
@@
-48,7
+48,7
@@
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/{include,lib}
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
- $(SED) 's,/usr,$
{STAGING_DIR}
/usr,g' $(1)/usr/lib/pkgconfig/oniguruma.pc
+ $(SED) 's,/usr,$
(STAGING_DIR)
/usr,g' $(1)/usr/lib/pkgconfig/oniguruma.pc
endef
$(eval $(call BuildPackage,oniguruma))
git clone https://git.99rst.org/PROJECT