From: mirko Date: Tue, 9 Dec 2008 00:49:05 +0000 (+0000) Subject: disable gnutls-support in ecore and eet X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=632766c01f2a3b61ae8b3a4993abd9afa2e3754c;p=packages.git disable gnutls-support in ecore and eet git-svn-id: svn://svn.openwrt.org/openwrt/packages@13555 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/lib/ecore/Makefile b/Xorg/lib/ecore/Makefile index 3eea5dace..b08e3b3f0 100644 --- a/Xorg/lib/ecore/Makefile +++ b/Xorg/lib/ecore/Makefile @@ -67,6 +67,7 @@ define Build/Configure --disable-poll \ --disable-curl \ --disable-ecore-desktop \ + --disable-gnutls \ ) endef diff --git a/Xorg/lib/eet/Makefile b/Xorg/lib/eet/Makefile index 35841a434..6d31dbe15 100644 --- a/Xorg/lib/eet/Makefile +++ b/Xorg/lib/eet/Makefile @@ -41,6 +41,7 @@ define Build/Configure (cd $(PKG_BUILD_DIR); NOCONFIGURE=YES ./autogen.sh ); $(call Build/Configure/Default, \ --disable-openssl \ + --disable-gnutls \ ) endef