|
@@ -11,16 +11,10 @@ LIBP11_INSTALL_STAGING = YES
|
|
|
LIBP11_LICENSE = LGPL-2.1+
|
|
|
LIBP11_LICENSE_FILES = COPYING
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
|
|
-LIBP11_ENGINESDIR = enginesdir
|
|
|
-else ifeq ($(BR2_PACKAGE_LIBRESSL),y)
|
|
|
-LIBP11_ENGINESDIR = libdir
|
|
|
-endif
|
|
|
-
|
|
|
# pkg-config returns a libcrypto enginesdir prefixed with the sysroot,
|
|
|
# so let's rip it out.
|
|
|
LIBP11_CONF_OPTS = \
|
|
|
- --with-enginesdir=`$(PKG_CONFIG_HOST_BINARY) --variable $(LIBP11_ENGINESDIR) libcrypto | xargs readlink -f | sed 's%^$(STAGING_DIR)%%'`
|
|
|
+ --with-enginesdir=`$(PKG_CONFIG_HOST_BINARY) --variable enginesdir libcrypto | xargs readlink -f | sed 's%^$(STAGING_DIR)%%'`
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_P11_KIT),y)
|
|
|
LIBP11_CONF_OPTS += --with-pkcs11-module=/usr/lib/p11-kit-proxy.so
|