[Buildroot] Looking for comments on Libdaemon issues

Thiago A. Corrêa thiago.correa at gmail.com
Fri Jan 4 00:45:56 UTC 2008


Hi,


   I'm always having this same issue with libdaemon for quite
sometime. It stops the build with an error asking for libtoolize
--force --copy. It happens with both svn and the Atmel fork.
   If I cd to the build folder and do the libtoolize by hand then
make, it continues as expected, but it's becoming quite annoying
thing....
   Would it be alright if libdaemon.mk would be changed to:

Index: package/libdaemon/libdaemon.mk
===================================================================
--- package/libdaemon/libdaemon.mk	(revision 20705)
+++ package/libdaemon/libdaemon.mk	(working copy)
@@ -31,7 +31,7 @@
 	touch $@

 $(LIBDAEMON_DIR)/.configured: $(LIBDAEMON_DIR)/.unpacked
-	(cd $(LIBDAEMON_DIR) && rm -rf config.cache && autoreconf)
+	(cd $(LIBDAEMON_DIR) && rm -rf config.cache && autoreconf &&
libtoolize --force --copy)
 	(cd $(LIBDAEMON_DIR) && \
 		$(TARGET_CONFIGURE_OPTS) \
 		$(TARGET_CONFIGURE_ARGS) \

   Or is this A Wrong Thing (tm)? The above change fixes the issues
I'm having, but I'm not sure if it would affect others.
   PS: I'm using gentoo on the host.

Regards,
   Thiago A. Corrêa



More information about the buildroot mailing list