From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/flex
Date: Thu, 29 Nov 2007 05:03:57 -0800 (PST) [thread overview]
Message-ID: <20071129130357.793B730048@busybox.net> (raw)
Author: ulf
Date: 2007-11-29 05:03:56 -0800 (Thu, 29 Nov 2007)
New Revision: 20586
Log:
Use /usr/lib instead of /lib for flex
Modified:
trunk/buildroot/package/flex/Config.in
trunk/buildroot/package/flex/flex.mk
Changeset:
Modified: trunk/buildroot/package/flex/Config.in
===================================================================
--- trunk/buildroot/package/flex/Config.in 2007-11-29 13:02:58 UTC (rev 20585)
+++ trunk/buildroot/package/flex/Config.in 2007-11-29 13:03:56 UTC (rev 20586)
@@ -8,9 +8,9 @@
http://www.gnu.org/software/flex/
config BR2_PACKAGE_FLEX_LIBFL
- bool "Install libfl.a under staging_dir/lib"
+ bool "Install libfl.a under staging_dir/usr/lib"
default y
depends on BR2_PACKAGE_FLEX
help
- Install libfl.a under staging_dir/lib for further development
+ Install libfl.a under staging_dir/usr/lib for further development
on a host machine.
Modified: trunk/buildroot/package/flex/flex.mk
===================================================================
--- trunk/buildroot/package/flex/flex.mk 2007-11-29 13:02:58 UTC (rev 20585)
+++ trunk/buildroot/package/flex/flex.mk 2007-11-29 13:03:56 UTC (rev 20586)
@@ -77,7 +77,7 @@
includedir=$(TARGET_DIR)/usr/include \
-C $(FLEX_DIR) install
ifeq ($(strip $(BR2_PACKAGE_FLEX_LIBFL)),y)
- install -D $(FLEX_DIR)/libfl.a $(STAGING_DIR)/lib/libfl.a
+ install -D $(FLEX_DIR)/libfl.a $(STAGING_DIR)/usr/lib/libfl.a
endif
ifneq ($(BR2_HAVE_INFOPAGES),y)
rm -rf $(TARGET_DIR)/usr/share/info
next reply other threads:[~2007-11-29 13:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-29 13:03 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-02-03 21:05 [Buildroot] svn commit: trunk/buildroot/package/flex andersen at uclibc.org
2007-01-19 14:55 aldot 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=20071129130357.793B730048@busybox.net \
--to=ulf@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