diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-06 19:35:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-06 19:35:13 +0100 |
commit | 445938a38d965ac7cfaf23dc2bdb6bfaa6a2e294 (patch) | |
tree | ca7a173ffd4257c57f5080e8285fc9b1e2bc8f3b /packages/apr/apr-util | |
parent | 1a4a35664c61707a7187968fd87f1f0f980c0e0e (diff) |
apr-util: fix most libtool problems
Diffstat (limited to 'packages/apr/apr-util')
-rw-r--r-- | packages/apr/apr-util/configure_fixes.patch | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/packages/apr/apr-util/configure_fixes.patch b/packages/apr/apr-util/configure_fixes.patch index 16f88b3bba..7c6fa6a4d2 100644 --- a/packages/apr/apr-util/configure_fixes.patch +++ b/packages/apr/apr-util/configure_fixes.patch @@ -1,7 +1,5 @@ -Index: apr-util-1.2.12/configure.in -=================================================================== ---- apr-util-1.2.12.orig/configure.in 2008-03-08 19:15:00.000000000 +0000 -+++ apr-util-1.2.12/configure.in 2008-03-08 19:15:13.000000000 +0000 +--- /tmp/configure.in 2009-02-06 16:34:14.000000000 +0100 ++++ apr-util-1.2.12/configure.in 2009-02-06 16:34:38.000000000 +0100 @@ -8,13 +8,13 @@ AC_CONFIG_HEADER(include/private/apu_config.h) AC_CONFIG_AUX_DIR(build) @@ -23,3 +21,17 @@ Index: apr-util-1.2.12/configure.in dnl Generate ./config.nice for reproducing runs of configure dnl +@@ -45,10 +45,10 @@ + # against installed versions of libapr instead of those just + # built. + case $host in +-*-apple-darwin*) LT_NO_INSTALL="" ;; +-*) LT_NO_INSTALL="-no-install" ;; ++*-apple-darwin*) LV_NO_INSTALL="" ;; ++*) LV_NO_INSTALL="-no-install" ;; + esac +-AC_SUBST(LT_NO_INSTALL) ++AC_SUBST(LV_NO_INSTALL) + + dnl + dnl compute the top directory of the build |