* [Buildroot] [PATCH 1/1] package/swipl: host-swipl needs host-zlib
@ 2024-08-06 22:02 Julien Olivain
2024-08-07 10:04 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-08-06 22:02 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
host-swipl fails to configure with CMake error message:
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
This commit fixes the issue by adding the missing host-zlib
dependency.
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested in:
https://gitlab.com/jolivain/buildroot/-/jobs/7520944006
---
package/swipl/swipl.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/swipl/swipl.mk b/package/swipl/swipl.mk
index 9ba841084e..595f5e975b 100644
--- a/package/swipl/swipl.mk
+++ b/package/swipl/swipl.mk
@@ -9,6 +9,8 @@ SWIPL_SITE = https://www.swi-prolog.org/download/stable/src
SWIPL_LICENSE = BSD-2-Clause
SWIPL_LICENSE_FILES = LICENSE
+HOST_SWIPL_DEPENDENCIES = host-zlib
+
SWIPL_DEPENDENCIES = host-swipl zlib
# A host-swipl is needed to compile the target prolog boot
--
2.45.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-07 10:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 22:02 [Buildroot] [PATCH 1/1] package/swipl: host-swipl needs host-zlib Julien Olivain
2024-08-07 10:04 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox