|
@@ -15,8 +15,7 @@ LIBSSH2_CONF_OPTS = --disable-examples-build
|
|
# Favour libgcrypt.
|
|
# Favour libgcrypt.
|
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
|
LIBSSH2_DEPENDENCIES += libgcrypt
|
|
LIBSSH2_DEPENDENCIES += libgcrypt
|
|
-LIBSSH2_CONF_OPTS += --with-libgcrypt \
|
|
|
|
- --with-libgcrypt-prefix=$(STAGING_DIR)/usr \
|
|
|
|
|
|
+LIBSSH2_CONF_OPTS += --with-libgcrypt=$(STAGING_DIR)/usr \
|
|
--without-openssl
|
|
--without-openssl
|
|
# configure.ac forgets to link to dependent libraries of gcrypt breaking static
|
|
# configure.ac forgets to link to dependent libraries of gcrypt breaking static
|
|
# linking
|
|
# linking
|