From 54ba5b9e8bde23d1e38241a8be15ed3b813d2212 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 17 Apr 2008 02:30:58 +0000 Subject: vincent: added patch for libtool 2.2.2 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4284 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta-extras/packages/vincent/files/libtool222.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-extras/packages/vincent/files/libtool222.patch (limited to 'meta-extras/packages/vincent/files/libtool222.patch') diff --git a/meta-extras/packages/vincent/files/libtool222.patch b/meta-extras/packages/vincent/files/libtool222.patch new file mode 100644 index 0000000000..9511cc7bbc --- /dev/null +++ b/meta-extras/packages/vincent/files/libtool222.patch @@ -0,0 +1,18 @@ +--- + configure.ac | 1 + + 1 file changed, 1 insertion(+) + +--- ogles.orig/configure.ac ++++ ogles/configure.ac +@@ -27,10 +27,11 @@ VINCENT_LT_LDFLAGS="-version-info $VINCE + AC_SUBST(VINCENT_LT_VERSION) + AC_SUBST(VINCENT_LT_LDFLAGS) + + AC_PROG_CC + AC_PROG_CPP ++AC_PROG_CXX + AC_PROG_LIBTOOL + + #Check pthreads + AC_MSG_CHECKING([for pthread options]) + AC_CHECK_LIB(pthread, pthread_join, PTHREAD_LIBS="-lpthread", -- cgit v1.2.3-54-g00ecf