disable gnutls-support in ecore and eet

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13555 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2008-12-09 00:49:05 +00:00
parent 9c7d6f4ef8
commit 632766c01f
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ define Build/Configure
--disable-poll \
--disable-curl \
--disable-ecore-desktop \
--disable-gnutls \
)
endef

View File

@ -41,6 +41,7 @@ define Build/Configure
(cd $(PKG_BUILD_DIR); NOCONFIGURE=YES ./autogen.sh );
$(call Build/Configure/Default, \
--disable-openssl \
--disable-gnutls \
)
endef