diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-07-17 22:16:16 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-07-17 22:18:36 +0200 |
commit | 6cbf232c7b12c498b19689bf983ff6bff88a5118 (patch) | |
tree | b04e3006b030c251b5cccf42e7256b947e1176f9 /libs | |
parent | 892c0ffcef027c38f2c39c7b4ce75bf218a091ac (diff) |
gnutls: removed libgnutls-openssl subpackage
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gnutls/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 472caa874..d70e88198 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -102,17 +102,6 @@ $(call Package/gnutls/Default/description) endef -define Package/libgnutls-openssl -$(call Package/gnutls/Default) - TITLE+= (OpenSSL compat library) - DEPENDS+= +libgnutls -endef - -define Package/libgnutls-openssl/description -$(call Package/gnutls/Default/description) - This package contains the GnuTLS OpenSSL compatibility layer shared library. -endef - CONFIGURE_ARGS+= \ --enable-shared \ --enable-static \ @@ -124,7 +113,6 @@ CONFIGURE_ARGS+= \ --enable-local-libopts \ --disable-doc \ --disable-tests \ - --enable-openssl-compatibility \ --with-default-trust-store-dir=/etc/ssl/certs/ \ --disable-crywrap \ --with-librt-prefix="$(LIBRT_ROOT_DIR)/" @@ -241,13 +229,6 @@ define Package/libgnutls/install endef -define Package/libgnutls-openssl/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgnutls-openssl.so.* $(1)/usr/lib/ -endef - - $(eval $(call BuildPackage,certtool)) $(eval $(call BuildPackage,gnutls-utils)) $(eval $(call BuildPackage,libgnutls)) -$(eval $(call BuildPackage,libgnutls-openssl)) |