Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

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