From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch misc-fixes
Date: Wed, 7 Jul 2010 08:20:53 +0200 [thread overview]
Message-ID: <cover.1278483657.git.thomas.petazzoni@free-electrons.com> (raw)
The following changes since commit ecb7642cce36bc68d93f0eee677adc7da538228d:
Thomas Petazzoni (1):
external-toolchain: hardcode the destination directory for a library
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot misc-fixes
Darius Augulis (1):
GETPT support is needed by rxvt.
Thomas Petazzoni (19):
webkit: fix misc build issues
xcb-util: add dependency on host-gperf
xlib_libXt: fix build issues
ruby: convert to autotools and fix build
cmake: pass LDFLAGS/CFLAGS when building for the host
fontconfig: fix cross-compilation patch
Solve the host tools relying on host libraries problem
Remove unneeded variables in HOST_CONFIGURE_OPTS
Separate flags from commands in HOST_CONFIGURE_OPTS
Rework sysroot option handling
Cleanup TARGET_CONFIGURE_OPTS
Remove *_FOR_TARGET variables from TARGET_CONFIGURE_OPTS
Remove $(TOOLCHAIN_DIR)/bin and $(STAGING_DIR)/{usr/bin,bin} from the PATH
Introduce support for host config cache
Merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTS
openssl: don't override the CC passed at configure time
external-toolchain: adjust tests on TARGET_CC and TARGET_CXX
Update all packages to quote $(TARGET_CC)
xvkbd: add missing dependency on xlib_libXtst
Makefile | 8 +-
boot/grub/grub.mk | 8 +-
boot/grub2/grub2.mk | 4 +-
package/Makefile.autotools.in | 2 +-
package/Makefile.in | 120 +++++++-------------
package/acpid/acpid.mk | 2 +-
package/busybox/busybox.mk | 6 +-
package/cmake/cmake.mk | 4 +-
package/coreutils/coreutils.mk | 4 +-
package/dillo/dillo.mk | 2 +-
package/docker/docker.mk | 2 +-
package/eeprog/eeprog.mk | 2 +-
package/ezxml/ezxml.mk | 2 +-
.../fontconfig-2.6.0-use_for_build.patch | 93 +++++++++------
package/gadgetfs-test/gadgetfs-test.mk | 2 +-
package/games/rubix/rubix.mk | 2 +-
package/gettext/gettext.mk | 4 +-
package/gtk2-engines/gtk2-engines.mk | 2 +-
package/iostat/iostat.mk | 2 +-
package/iproute2/iproute2.mk | 2 +-
package/libfloat/libfloat.mk | 4 +-
package/libglib12/libglib12.mk | 2 +-
package/libgtk12/libgtk12.mk | 2 +-
package/lmbench/lmbench.mk | 4 +-
package/lockfile-progs/lockfile-progs.mk | 3 +-
package/mdadm/mdadm.mk | 2 +-
package/memstat/memstat.mk | 2 +-
package/microperl/microperl.mk | 2 +-
package/microwin/microwin.mk | 4 +-
package/mii-diag/mii-diag.mk | 4 +-
package/mrouted/mrouted.mk | 2 +-
package/mtd/mtd.mk | 3 +-
package/multimedia/alsa-utils/alsa-utils.mk | 2 +-
package/multimedia/festival/festival/festival.mk | 2 +-
.../festival/speech-tools/speech-tools.mk | 2 +-
package/multimedia/ffmpeg/ffmpeg.mk | 1 -
package/multimedia/mplayer/mplayer.mk | 2 +-
package/netkitbase/netkitbase.mk | 8 +-
package/netkittelnet/netkittelnet.mk | 10 +-
package/netplug/netplug.mk | 2 +-
package/netsnmp/netsnmp.mk | 2 +-
package/newt/newt.mk | 2 +-
package/nfs-utils/nfs-utils.mk | 2 +-
package/openssh/openssh.mk | 2 +-
package/openssl/openssl.mk | 4 +-
package/pcmcia/pcmcia.mk | 2 +-
package/portmap/portmap.mk | 2 +-
package/pppd/pppd.mk | 2 +-
package/python/python.mk | 4 +-
package/ruby/ruby.mk | 71 +-----------
package/sed/sed.mk | 4 +-
package/slang/slang.mk | 2 +-
package/stunnel/stunnel.mk | 2 +-
package/sysvinit/sysvinit.mk | 2 +-
package/tcpdump/dhcpdump.mk | 2 +-
package/udev/udev.mk | 2 +-
package/util-linux/util-linux.mk | 2 +-
package/vsftpd/vsftpd.mk | 2 +-
package/webkit/webkit.mk | 3 +-
package/wipe/wipe.mk | 4 +-
package/wireless-tools/wireless-tools.mk | 6 +-
package/x11r7/xcb-util/xcb-util.mk | 1 +
.../xlib_libXt-1.0.7-fix-cross-compile.patch | 96 ++++++++++++++++
package/x11r7/xlib_libXt/xlib_libXt.mk | 3 +-
package/xvkbd/Config.in | 1 +
package/xvkbd/xvkbd.mk | 4 +-
toolchain/Makefile.in | 2 -
toolchain/external-toolchain/ext-tool.mk | 16 ++-
toolchain/gdb/gdb.mk | 4 +-
toolchain/uClibc/uClibc-0.9.30.config | 2 +-
toolchain/uClibc/uClibc-0.9.31.config | 2 +-
71 files changed, 308 insertions(+), 283 deletions(-)
create mode 100644 package/x11r7/xlib_libXt/xlib_libXt-1.0.7-fix-cross-compile.patch
Thanks,
--
Thomas Petazzoni
next reply other threads:[~2010-07-07 6:20 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-07 6:20 Thomas Petazzoni [this message]
2010-07-07 6:20 ` [Buildroot] [PATCH 01/20] webkit: fix misc build issues Thomas Petazzoni
2010-07-07 6:20 ` [Buildroot] [PATCH 02/20] xcb-util: add dependency on host-gperf Thomas Petazzoni
2010-07-07 6:20 ` [Buildroot] [PATCH 03/20] xlib_libXt: fix build issues Thomas Petazzoni
2010-07-07 6:20 ` [Buildroot] [PATCH 04/20] ruby: convert to autotools and fix build Thomas Petazzoni
2010-07-07 6:20 ` [Buildroot] [PATCH 05/20] cmake: pass LDFLAGS/CFLAGS when building for the host Thomas Petazzoni
2010-07-07 6:20 ` [Buildroot] [PATCH 06/20] fontconfig: fix cross-compilation patch Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 07/20] Solve the host tools relying on host libraries problem Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 08/20] Remove unneeded variables in HOST_CONFIGURE_OPTS Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 09/20] Separate flags from commands " Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 10/20] Rework sysroot option handling Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 11/20] Cleanup TARGET_CONFIGURE_OPTS Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 12/20] Remove *_FOR_TARGET variables from TARGET_CONFIGURE_OPTS Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 13/20] Remove $(TOOLCHAIN_DIR)/bin and $(STAGING_DIR)/{usr/bin, bin} from the PATH Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 14/20] Introduce support for host config cache Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 15/20] Merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTS Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 16/20] openssl: don't override the CC passed at configure time Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 17/20] external-toolchain: adjust tests on TARGET_CC and TARGET_CXX Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 18/20] Update all packages to quote $(TARGET_CC) Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 19/20] xvkbd: add missing dependency on xlib_libXtst Thomas Petazzoni
2010-07-07 6:21 ` [Buildroot] [PATCH 20/20] GETPT support is needed by rxvt Thomas Petazzoni
2010-07-08 11:57 ` [Buildroot] [pull request] Pull request for branch misc-fixes Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2012-12-09 18:13 Thomas Petazzoni
2012-11-17 22:23 Thomas Petazzoni
2012-11-17 22:54 ` Peter Korsgaard
2012-03-20 8:09 Thomas Petazzoni
2012-03-19 15:40 Thomas Petazzoni
2012-03-19 15:44 ` Peter Korsgaard
2010-05-07 19:30 Thomas Petazzoni
2010-05-05 21:55 Thomas Petazzoni
2010-05-07 22:05 ` Peter Korsgaard
2010-04-28 21:40 Thomas Petazzoni
2010-05-02 22:03 ` Peter Korsgaard
2010-02-26 8:14 Thomas Petazzoni
2010-02-26 9:43 ` Peter Korsgaard
2010-02-26 10:02 ` Thomas Petazzoni
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=cover.1278483657.git.thomas.petazzoni@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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.