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:
49e9c5e
)
yaml: enable host build
author
Luiz Angelo Daros de Luca
<luizluca@gmail.com>
Sat, 4 Mar 2023 19:12:02 +0000
(16:12 -0300)
committer
Luiz Angelo Daros de Luca
<luizluca@gmail.com>
Tue, 11 Apr 2023 19:48:16 +0000
(16:48 -0300)
ruby 3.2 does not ship libyaml embedded anymore.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
libs/yaml/Makefile
patch
|
blob
|
history
diff --git
a/libs/yaml/Makefile
b/libs/yaml/Makefile
index fcf06a501c32528a58dbba41c2340da274d1154d..fd2f28a23089dabd77b9e643e32b382a0477ac4d 100644
(file)
--- a/
libs/yaml/Makefile
+++ b/
libs/yaml/Makefile
@@
-24,6
+24,7
@@
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/host-build.mk
define Package/libyaml
SUBMENU:=Languages
@@
-50,3
+51,4
@@
define Package/libyaml/install
endef
$(eval $(call BuildPackage,libyaml))
+$(eval $(call HostBuild))