From: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] tslib puts staging_dir into pkgconfig file
Date: Tue, 20 Jan 2009 07:02:39 +0100 [thread overview]
Message-ID: <20090120070239.53b5e464@hcegtvedt> (raw)
In-Reply-To: <1232382648.8906.11.camel@sven>
On Mon, 19 Jan 2009 17:30:48 +0100
Sven Neumann <s.neumann@phase-zero.de> wrote:
<snipp>
> Index: package/tslib/tslib.mk
> ===================================================================
> --- package/tslib/tslib.mk (revision 24807)
> +++ package/tslib/tslib.mk (working copy)
> @@ -29,13 +29,13 @@
> --target=$(GNU_TARGET_NAME) \
> --host=$(GNU_TARGET_NAME) \
> --build=$(GNU_HOST_NAME) \
> - --prefix=$(STAGING_DIR)/usr \
> - --exec_prefix=$(STAGING_DIR)/usr \
> + --prefix=/usr \
This is usually enough to specify.
> + --exec_prefix=/usr \
> --sysconfdir=/etc \
Along with this one.
> --datadir=/usr/share \
> --localstatedir=/var \
> - --includedir=$(STAGING_DIR)/usr/include \
> - --libdir=$(STAGING_DIR)/usr/lib \
> + --includedir=/usr/include \
> + --libdir=/usr/lib \
> --disable-static \
> --disable-linear-h2200 \
> --disable-ucb1x00 \
Why not just convert it to Makefile.autotools.in?
--
Best regards,
Hans-Christian Egtvedt
next prev parent reply other threads:[~2009-01-20 6:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-19 16:30 [Buildroot] tslib puts staging_dir into pkgconfig file Sven Neumann
2009-01-20 6:02 ` Hans-Christian Egtvedt [this message]
2009-01-20 9:37 ` Peter Korsgaard
2009-01-20 11:49 ` Sven Neumann
2009-01-21 9:22 ` Sven Neumann
2009-01-21 9:26 ` Peter Korsgaard
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=20090120070239.53b5e464@hcegtvedt \
--to=hans-christian.egtvedt@atmel.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.