diff options
Diffstat (limited to 'meta-extras/packages/vincent/files/libtool222.patch')
| -rw-r--r-- | meta-extras/packages/vincent/files/libtool222.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
| 1 | --- | ||
| 2 | configure.ac | 1 + | ||
| 3 | 1 file changed, 1 insertion(+) | ||
| 4 | |||
| 5 | --- ogles.orig/configure.ac | ||
| 6 | +++ ogles/configure.ac | ||
| 7 | @@ -27,10 +27,11 @@ VINCENT_LT_LDFLAGS="-version-info $VINCE | ||
| 8 | AC_SUBST(VINCENT_LT_VERSION) | ||
| 9 | AC_SUBST(VINCENT_LT_LDFLAGS) | ||
| 10 | |||
| 11 | AC_PROG_CC | ||
| 12 | AC_PROG_CPP | ||
| 13 | +AC_PROG_CXX | ||
| 14 | AC_PROG_LIBTOOL | ||
| 15 | |||
| 16 | #Check pthreads | ||
| 17 | AC_MSG_CHECKING([for pthread options]) | ||
| 18 | AC_CHECK_LIB(pthread, pthread_join, PTHREAD_LIBS="-lpthread", | ||
