From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libdaemon
Date: Thu, 24 Apr 2008 06:16:39 -0700 (PDT) [thread overview]
Message-ID: <20080424131639.7C2693C839@busybox.net> (raw)
Author: ninevoltz
Date: 2008-04-24 06:16:39 -0700 (Thu, 24 Apr 2008)
New Revision: 21833
Log:
small fix for libdaemon
Modified:
trunk/buildroot/package/libdaemon/libdaemon.mk
Changeset:
Modified: trunk/buildroot/package/libdaemon/libdaemon.mk
===================================================================
--- trunk/buildroot/package/libdaemon/libdaemon.mk 2008-04-24 13:15:30 UTC (rev 21832)
+++ trunk/buildroot/package/libdaemon/libdaemon.mk 2008-04-24 13:16:39 UTC (rev 21833)
@@ -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 && libtoolize --copy --force && autoreconf)
(cd $(LIBDAEMON_DIR) && \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
next reply other threads:[~2008-04-24 13:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 13:16 ninevoltz at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-27 7:29 [Buildroot] svn commit: trunk/buildroot/package/libdaemon jacmet at uclibc.org
2008-08-27 7:29 jacmet at uclibc.org
2008-07-04 9:48 ulf at uclibc.org
2007-11-28 8:55 ulf at uclibc.org
2007-09-20 15:35 ulf at uclibc.org
2007-09-03 9:00 jacmet at uclibc.org
2007-09-03 8:56 jacmet at uclibc.org
2007-09-03 8:54 ` Ulf Samuelsson
2007-08-21 14:27 ulf at uclibc.org
2007-08-21 1:32 ulf at uclibc.org
2007-08-21 8:23 ` Bernhard Fischer
2007-08-21 14:15 ` Ulf Samuelsson
2007-07-17 12:06 ulf at uclibc.org
2007-01-22 18:15 andersen at uclibc.org
2006-12-13 13:09 andersen at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080424131639.7C2693C839@busybox.net \
--to=ninevoltz@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox