* [Buildroot] [PATCH 1/1] package/libcpprestsdk: put back zlib dependency
@ 2020-03-15 22:25 Fabrice Fontaine
2020-03-15 22:36 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-03-15 22:25 UTC (permalink / raw)
To: buildroot
zlib dependency was wrongly removed by commit
3037e99ae67f159626c0b148da46008e1dd23e91
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libcpprestsdk/libcpprestsdk.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libcpprestsdk/libcpprestsdk.mk b/package/libcpprestsdk/libcpprestsdk.mk
index e746f22b1b..8404b5096c 100644
--- a/package/libcpprestsdk/libcpprestsdk.mk
+++ b/package/libcpprestsdk/libcpprestsdk.mk
@@ -10,7 +10,7 @@ LIBCPPRESTSDK_LICENSE = MIT
LIBCPPRESTSDK_LICENSE_FILES = license.txt
LIBCPPRESTSDK_SUBDIR = Release
LIBCPPRESTSDK_INSTALL_STAGING = YES
-LIBCPPRESTSDK_DEPENDENCIES += host-pkgconf boost openssl
+LIBCPPRESTSDK_DEPENDENCIES += host-pkgconf boost openssl zlib
LIBCPPRESTSDK_CONF_OPTS = -DWERROR=OFF -DBUILD_SAMPLES=OFF
ifeq ($(BR2_STATIC_LIBS),y)
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/libcpprestsdk: put back zlib dependency
2020-03-15 22:25 [Buildroot] [PATCH 1/1] package/libcpprestsdk: put back zlib dependency Fabrice Fontaine
@ 2020-03-15 22:36 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-03-15 22:36 UTC (permalink / raw)
To: buildroot
On Sun, 15 Mar 2020 23:25:05 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> zlib dependency was wrongly removed by commit
> 3037e99ae67f159626c0b148da46008e1dd23e91
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libcpprestsdk/libcpprestsdk.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Gaah. Some leftovers from my tests sneaked into this commit following a
git commit --amend. I guess I should stop Buildroot stuff for today.
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-15 22:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15 22:25 [Buildroot] [PATCH 1/1] package/libcpprestsdk: put back zlib dependency Fabrice Fontaine
2020-03-15 22:36 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox