From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/lsof
Date: Wed, 13 Dec 2006 15:08:48 -0800 (PST) [thread overview]
Message-ID: <20061213230848.6674A4856A@busybox.net> (raw)
Author: aldot
Date: 2006-12-13 15:08:48 -0800 (Wed, 13 Dec 2006)
New Revision: 16909
Log:
- Convince lsof to honor uClibc's notion of wchar and locale support.
Modified:
trunk/buildroot/package/lsof/lsof.mk
Changeset:
Modified: trunk/buildroot/package/lsof/lsof.mk
===================================================================
--- trunk/buildroot/package/lsof/lsof.mk 2006-12-13 23:01:56 UTC (rev 16908)
+++ trunk/buildroot/package/lsof/lsof.mk 2006-12-13 23:08:48 UTC (rev 16909)
@@ -36,6 +36,13 @@
touch $(LSOF_DIR)/.configured
$(LSOF_DIR)/lsof_4.77_src/$(LSOF_BINARY): $(LSOF_DIR)/.configured
+ifeq ($(UCLIBC_HAS_WCHAR),)
+ $(SED) 's,^#define[ ]*HASWIDECHAR.*,#undef HASWIDECHAR,' $(LSOF_DIR)/lsof_4.77_src/machine.h
+ $(SED) 's,^#define[ ]*WIDECHARINCL.*,,' $(LSOF_DIR)/lsof_4.77_src/machine.h
+endif
+ifeq ($(UCLIBC_HAS_LOCALE),)
+ $(SED) 's,^#define[ ]*HASSETLOCALE.*,#undef HASSETLOCALE,' $(LSOF_DIR)/lsof_4.77_src/machine.h
+endif
$(MAKE) $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS) $(BR2_LSOF_CFLAGS)" -C $(LSOF_DIR)/lsof_4.77_src
$(TARGET_DIR)/$(LSOF_TARGET_BINARY): $(LSOF_DIR)/lsof_4.77_src/$(LSOF_BINARY)
next reply other threads:[~2006-12-13 23:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 23:08 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-10-23 18:54 [Buildroot] svn commit: trunk/buildroot/package/lsof jacmet at uclibc.org
2008-06-16 12:29 jacmet at uclibc.org
2007-10-21 12:02 vanokuten at uclibc.org
2007-05-15 11:23 aldot at uclibc.org
2006-11-29 12:59 aldot at uclibc.org
2006-10-02 18:40 andersen at uclibc.org
2006-10-03 8:40 ` Bernhard Fischer
2006-10-03 18:41 ` Erik Andersen
2006-08-25 2:13 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=20061213230848.6674A4856A@busybox.net \
--to=aldot@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