Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libssh2: fix library search path issues when zlib support enabled
@ 2014-06-27 14:18 Alexandre Coffignal
  2014-06-29 14:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 11+ messages in thread
From: Alexandre Coffignal @ 2014-06-27 14:18 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Alexandre Coffignal <acoffignal@geral.com>
---
 package/libssh2/libssh2.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libssh2/libssh2.mk b/package/libssh2/libssh2.mk
index 19df9af..73aae8e 100644
--- a/package/libssh2/libssh2.mk
+++ b/package/libssh2/libssh2.mk
@@ -28,7 +28,8 @@ endif
 # Add zlib support if enabled
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 LIBSSH2_DEPENDENCIES += zlib
-LIBSSH2_CONF_OPT += --with-libz
+LIBSSH2_CONF_OPT += --with-libz \
+	--with-libz-prefix=$(STAGING_DIR)/usr
 else
 LIBSSH2_CONF_OPT += --without-libz
 endif
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-07-02  8:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 14:18 [Buildroot] [PATCH 1/1] libssh2: fix library search path issues when zlib support enabled Alexandre Coffignal
2014-06-29 14:30 ` Thomas Petazzoni
2014-06-30 11:43   ` COFFIGNAL Alexandre
2014-06-30 12:02     ` Thomas Petazzoni
2014-06-30 12:33       ` Alexandre COFFIGNAL
2014-07-02  6:18         ` Arnout Vandecappelle
2014-07-02  7:26           ` Thomas Petazzoni
2014-07-02  7:49             ` Arnout Vandecappelle
2014-07-02  7:58               ` Thomas Petazzoni
2014-07-02  8:56                 ` Alexandre COFFIGNAL
2014-07-02  7:53             ` Alexandre COFFIGNAL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox