* [Buildroot] [RFC] libdaemon patch
@ 2007-08-01 19:19 Ulf Samuelsson
2007-08-02 8:47 ` Bernhard Fischer
0 siblings, 1 reply; 2+ messages in thread
From: Ulf Samuelsson @ 2007-08-01 19:19 UTC (permalink / raw)
To: buildroot
libdaemon does not build properly, complaining about missing libtool
and giving some hints what to do:
Anyone can comment on the patch below?
It at least allows libdaemon to complete the compile...
Index: package/libdaemon/libdaemon.mk
===================================================================
--- package/libdaemon/libdaemon.mk (revision 19374)
+++ package/libdaemon/libdaemon.mk (arbetskopia)
@@ -29,7 +29,12 @@
touch $(LIBDAEMON_DIR)/.unpacked
$(LIBDAEMON_DIR)/.configured: $(LIBDAEMON_DIR)/.unpacked
- (cd $(LIBDAEMON_DIR) && rm -rf config.cache && autoconf)
+ (cd $(LIBDAEMON_DIR) ; \
+ rm -rf config.cache ; \
+ aclocal ; \
+ autoconf; \
+ automake; \
+ autoheader)
( cd $(LIBDAEMON_DIR) && \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 2+ messages in thread* [Buildroot] [RFC] libdaemon patch
2007-08-01 19:19 [Buildroot] [RFC] libdaemon patch Ulf Samuelsson
@ 2007-08-02 8:47 ` Bernhard Fischer
0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2007-08-02 8:47 UTC (permalink / raw)
To: buildroot
On Wed, Aug 01, 2007 at 09:19:12PM +0200, Ulf Samuelsson wrote:
>libdaemon does not build properly, complaining about missing libtool
>and giving some hints what to do:
>Anyone can comment on the patch below?
First, why do you constantly add whitespace-damaged patches to
buildroot? Please don't do this.
The host system doesn't have to have autotools installed.
Providing a bz2'ed patch that holds the result of an autoreconf is the
proper thing to do.
>It at least allows libdaemon to complete the compile...
>
>Index: package/libdaemon/libdaemon.mk
>===================================================================
>--- package/libdaemon/libdaemon.mk (revision 19374)
>+++ package/libdaemon/libdaemon.mk (arbetskopia)
>@@ -29,7 +29,12 @@
> touch $(LIBDAEMON_DIR)/.unpacked
>
> $(LIBDAEMON_DIR)/.configured: $(LIBDAEMON_DIR)/.unpacked
>- (cd $(LIBDAEMON_DIR) && rm -rf config.cache && autoconf)
>+ (cd $(LIBDAEMON_DIR) ; \
>+ rm -rf config.cache ; \
>+ aclocal ; \
>+ autoconf; \
>+ automake; \
>+ autoheader)
> ( cd $(LIBDAEMON_DIR) && \
> $(TARGET_CONFIGURE_OPTS) \
> $(TARGET_CONFIGURE_ARGS) \
>
>
>Best Regards
>Ulf Samuelsson
>
>
>_______________________________________________
>buildroot mailing list
>buildroot at uclibc.org
>http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-02 8:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 19:19 [Buildroot] [RFC] libdaemon patch Ulf Samuelsson
2007-08-02 8:47 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox