* [Buildroot] [PATCH] Prohibit config cache for host-libtool
@ 2010-11-02 1:18 Malte Starostik
2010-11-19 15:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Malte Starostik @ 2010-11-02 1:18 UTC (permalink / raw)
To: buildroot
Fixes this one when building from scratch:
libtool: link: (cd libltdl/.libs && /usr/bin/gcc -O2
-I/home/malte/devel/buildroot/output/host/include
-I/home/malte/devel/buildroot/output/host/usr/include
-c -fno-builtin -fPIC -DPIC "libltdlS.c")
libltdlS.c:26: error: 'lt_ptr' undeclared here (not in a function)
libltdlS.c:26: error: expected '}' before numeric constant
make[3]: *** [libltdl/libltdl.la] Fehler 1
Signed-off-by: Malte Starostik <m-starostik@versanet.de>
---
package/libtool/libtool.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 60fee9f..8f89c7d 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -17,6 +17,7 @@ endef
HOST_LIBTOOL_POST_INSTALL_HOOKS += HOST_LIBTOOL_CUSTOM_INSTALL
HOST_LIBTOOL_LIBTOOL_PATCH = NO
+HOST_LIBTOOL_USE_CONFIG_CACHE = NO
$(eval $(call AUTOTARGETS,package,libtool))
$(eval $(call AUTOTARGETS,package,libtool,host))
--
1.7.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Prohibit config cache for host-libtool
2010-11-02 1:18 [Buildroot] [PATCH] Prohibit config cache for host-libtool Malte Starostik
@ 2010-11-19 15:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-11-19 15:42 UTC (permalink / raw)
To: buildroot
>>>>> "Malte" == Malte Starostik <m-starostik@versanet.de> writes:
Malte> Fixes this one when building from scratch:
Malte> libtool: link: (cd libltdl/.libs && /usr/bin/gcc -O2
Malte> -I/home/malte/devel/buildroot/output/host/include
Malte> -I/home/malte/devel/buildroot/output/host/usr/include
Malte> -c -fno-builtin -fPIC -DPIC "libltdlS.c")
Malte> libltdlS.c:26: error: 'lt_ptr' undeclared here (not in a function)
Malte> libltdlS.c:26: error: expected '}' before numeric constant
Malte> make[3]: *** [libltdl/libltdl.la] Fehler 1
Malte> Signed-off-by: Malte Starostik <m-starostik@versanet.de>
Thanks, but we have in the mean time completely removed the (dangerous)
shared config cache.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-19 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 1:18 [Buildroot] [PATCH] Prohibit config cache for host-libtool Malte Starostik
2010-11-19 15:42 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.