diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:24:27 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:24:27 +0000 |
commit | a905da367fa29bd17720ec0fada063e032deaa00 (patch) | |
tree | 344c38dd490aafa51a2c71e6972eb5a4401416ba /meta/packages/pimlico/tasks-0.13 | |
parent | ce7bf0a3032b0c4edba4dd365255011b1b699953 (diff) | |
download | openembedded-core-a905da367fa29bd17720ec0fada063e032deaa00.tar.gz openembedded-core-a905da367fa29bd17720ec0fada063e032deaa00.tar.bz2 openembedded-core-a905da367fa29bd17720ec0fada063e032deaa00.zip |
tasks-0.13: Add configure fix for libtool 2.2.2 (already merged into svn)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4259 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico/tasks-0.13')
-rw-r--r-- | meta/packages/pimlico/tasks-0.13/fix_configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/pimlico/tasks-0.13/fix_configure.patch b/meta/packages/pimlico/tasks-0.13/fix_configure.patch new file mode 100644 index 0000000000..a82f2c8362 --- /dev/null +++ b/meta/packages/pimlico/tasks-0.13/fix_configure.patch @@ -0,0 +1,12 @@ +Index: tasks-0.13/configure.ac +=================================================================== +--- tasks-0.13.orig/configure.ac 2008-04-14 19:50:29.000000000 +0100 ++++ tasks-0.13/configure.ac 2008-04-14 19:50:34.000000000 +0100 +@@ -4,7 +4,6 @@ + AC_CONFIG_HEADERS([libkoto/config.h]) + AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) + +-AM_DISABLE_STATIC + AC_PROG_CPP + AC_PROG_CC + AM_PROG_CC_C_O |