From: Justin Patrin Date: Wed, 15 Nov 2006 21:44:16 +0000 (+0000) Subject: ecore: add missing patch X-Git-Tag: Release-2010-05/1~9453^2~469 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09029016996cf1f80d1e824aa9dfc5c90d2a0877;p=openembedded.git ecore: add missing patch --- diff --git a/packages/efl/ecore/configure-abstract-sockets.patch b/packages/efl/ecore/configure-abstract-sockets.patch new file mode 100644 index 0000000000..cdd30695e1 --- /dev/null +++ b/packages/efl/ecore/configure-abstract-sockets.patch @@ -0,0 +1,14 @@ +--- ecore-0.9.9.036/configure.in~ 2006-11-13 14:05:24.000000000 -0800 ++++ ecore-0.9.9.036/configure.in 2006-11-13 14:18:22.000000000 -0800 +@@ -886,10 +886,7 @@ + ) + fi + +-AC_ABSTRACT_SOCKET_TEST( +- [AC_DEFINE(HAVE_ABSTRACT_SOCKETS, 1, [Have abstract socket namespace])], +- [] +-) ++HAVE_ABSTRACT_SOCKETS = 1 + + want_ecore_ipc="yes"; + have_ecore_ipc="no";