|
@@ -102,17 +102,6 @@ $(call Package/gnutls/Default/description)
|
102
|
102
|
endef
|
103
|
103
|
|
104
|
104
|
|
105
|
|
-define Package/libgnutls-openssl
|
106
|
|
-$(call Package/gnutls/Default)
|
107
|
|
- TITLE+= (OpenSSL compat library)
|
108
|
|
- DEPENDS+= +libgnutls
|
109
|
|
-endef
|
110
|
|
-
|
111
|
|
-define Package/libgnutls-openssl/description
|
112
|
|
-$(call Package/gnutls/Default/description)
|
113
|
|
- This package contains the GnuTLS OpenSSL compatibility layer shared library.
|
114
|
|
-endef
|
115
|
|
-
|
116
|
105
|
CONFIGURE_ARGS+= \
|
117
|
106
|
--enable-shared \
|
118
|
107
|
--enable-static \
|
|
@@ -124,7 +113,6 @@ CONFIGURE_ARGS+= \
|
124
|
113
|
--enable-local-libopts \
|
125
|
114
|
--disable-doc \
|
126
|
115
|
--disable-tests \
|
127
|
|
- --enable-openssl-compatibility \
|
128
|
116
|
--with-default-trust-store-dir=/etc/ssl/certs/ \
|
129
|
117
|
--disable-crywrap \
|
130
|
118
|
--with-librt-prefix="$(LIBRT_ROOT_DIR)/"
|
|
@@ -241,13 +229,6 @@ define Package/libgnutls/install
|
241
|
229
|
endef
|
242
|
230
|
|
243
|
231
|
|
244
|
|
-define Package/libgnutls-openssl/install
|
245
|
|
- $(INSTALL_DIR) $(1)/usr/lib
|
246
|
|
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgnutls-openssl.so.* $(1)/usr/lib/
|
247
|
|
-endef
|
248
|
|
-
|
249
|
|
-
|
250
|
232
|
$(eval $(call BuildPackage,certtool))
|
251
|
233
|
$(eval $(call BuildPackage,gnutls-utils))
|
252
|
234
|
$(eval $(call BuildPackage,libgnutls))
|
253
|
|
-$(eval $(call BuildPackage,libgnutls-openssl))
|