Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/22] Makefile: auto-target automatically pass --program-prefix=""
@ 2011-08-09 22:12 Yann E. MORIN
  2011-08-09 22:12 ` [Buildroot] [PATCH 02/22] mpg123: remove --program-prefix Yann E. MORIN
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Yann E. MORIN @ 2011-08-09 22:12 UTC (permalink / raw)
  To: buildroot

When cross-compiled, some packages incorrectly prefix their executables
with the target tuple.

Fix that by forcing the program prefix to the empty string when calling
./configure, but only when compiling for target, not for host.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
---
 package/Makefile.autotools.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 46ab861..7f04c36 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -100,6 +100,7 @@ define $(2)_CONFIGURE_CMDS
 		--prefix=/usr \
 		--exec-prefix=/usr \
 		--sysconfdir=/etc \
+		--program-prefix="" \
 		$$(DISABLE_DOCUMENTATION) \
 		$$(DISABLE_NLS) \
 		$$(DISABLE_LARGEFILE) \
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-09-11 22:13 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 22:12 [Buildroot] [PATCH 01/22] Makefile: auto-target automatically pass --program-prefix="" Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 02/22] mpg123: remove --program-prefix Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 03/22] taglib: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 04/22] dbus-glib: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 05/22] fakeroot: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 06/22] jpeg: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 07/22] sylpheed: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 08/22] sdl_sound: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 09/22] lzop: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 10/22] netcat: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 11/22] fbdump: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 12/22] mysql_client: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 13/22] ntfsprogs: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 14/22] lighttpd: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 15/22] gamin: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 16/22] ntfs-3g: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 17/22] libargtable2: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 18/22] fuse: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 19/22] dbus: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 20/22] tcpreplay: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 21/22] diretcfb: " Yann E. MORIN
2011-08-09 22:12 ` [Buildroot] [PATCH 22/22] radvd: " Yann E. MORIN
2011-09-11 22:13 ` [Buildroot] [PATCH 01/22] Makefile: auto-target automatically pass --program-prefix="" Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox