buildrootschalter/package
Thomas Petazzoni 60d39dbb3f Fix external toolchain build
This patch is a new version of a patch already sent several times on
the mailing-list, committed and reverted a few times by Daniel Laird,
due to several imperfections. This version is a new try at finding a
solution that works for everybody. Hopefully it'll work :-)

The original problem is that external toolchain builds failed because
packages couldn't find their dependent libraries at configure time and
could not be linked with them. To fix these two problems, two things
are added:

 * The TARGET_LDFLAGS variable was exposed as LDFLAGS at ./configure
   time thanks to TARGET_CONFIGURE_OPTS. The TARGET_LDFLAGS variable
   contains -L options with the path in the STAGING_DIR for the
   libraries. It allows ./configure scripts to properly compile the
   small test programs testing whether a dependency is properly
   installed.

 * The TARGET_CFLAGS contains a new -Wl,--rpath-link option for both
   $(STAGING_DIR)/lib and $(STAGING_DIR)/usr/lib. It allows library
   depending on other libraries to link properly. The TARGET_CFLAGS is
   exposed as CFLAGS in TARGET_CONFIGURE_OPTS.

This new version fixes a problem encountered by hartleys
<hartleys@visionengravers.com> when building the kernel. The problem
was that the -Wl,--rpath-link options were added to LDFLAGS, while
there are options for the C compiler, not the ld linker. Moving them
to CFLAGS seems to fix the issue.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-11-11 18:32:31 +00:00
..
acpid acpid: use $(MAKE) in acpid-clean instead of hardcoding make 2008-10-19 07:44:30 +00:00
alsamixergui alsamixergui: fix long help text lines 2008-08-27 20:19:34 +00:00
argus argus: select libpcap 2008-08-04 19:08:09 +00:00
at Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
atk package/atk/atk.mk: Bounce version 2008-10-21 12:24:12 +00:00
audio package: cleanup PKG_CONFIG_SYSROOT 2008-10-26 06:19:43 +00:00
autoconf buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
automake buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
avahi avahi: add dependencies in right order 2008-10-01 10:28:44 +00:00
axel Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
bash bash.mk: 2008-10-06 19:09:14 +00:00
beecrypt Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
berkeleydb buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
bind bind: use strchr() instead of index() 2008-10-29 07:35:03 +00:00
bison buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
blackbox package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
boa buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
bootutils buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
bridge-utils bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled 2008-10-20 11:53:05 +00:00
bsdiff Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
busybox busybox: basename 1.12.1 fix 2008-11-07 10:16:55 +00:00
bzip2 buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
cairo libpng: fix Makefile.autotools.in fallout 2008-11-02 19:21:17 +00:00
config kconfig: only warn about long help lines, not other types of lines 2008-10-16 19:28:23 +00:00
coreutils buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
cups cups: fix help text 2008-09-02 11:14:04 +00:00
curl Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
customize Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
cvs Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dash Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
database sqlite: bump version 2008-10-21 08:56:15 +00:00
dbus Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dbus-glib package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
devmem2 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dhcp Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dialog Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
diffutils Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dillo Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
directfb package/: remove more 'default n' (see r22874) 2008-11-02 20:21:59 +00:00
directfb-examples package/directfb-examples: DirectFB examples package 2008-10-16 13:16:17 +00:00
distcc buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
dm Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dmalloc Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dmraid Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dnsmasq dnsmasq: bump version 2008-08-08 18:15:29 +00:00
docker docker: requires pkgconfig, glib2 and X11 2008-10-26 09:14:13 +00:00
dropbear Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dummy Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
e2fsprogs Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
editors vim: add TARGET_CONFIGURE_OPTS 2008-10-26 12:13:28 +00:00
eeprog Added eeprog package from gustavoz 2008-09-04 01:35:34 +00:00
ethtool package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
expat Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
ezxml Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
fakeroot fakeroot: bump version 2008-09-07 14:31:45 +00:00
fbdump package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
fbset Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
fbv Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
fconfig Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
file file: select zlib 2008-09-02 13:54:58 +00:00
findutils findutils: use install-strip for target install 2008-09-16 20:57:17 +00:00
fis Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
flex buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
fltk fltk: fix long help text lines 2008-08-27 20:19:19 +00:00
fontconfig package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
freetype package/freetype/freetype.mk: Add zib to dependencies 2008-11-11 11:33:45 +00:00
fuse Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
fusion Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
gadgetfs-test Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
games prboom: misc cleanups 2008-11-05 15:47:09 +00:00
gamin Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
gawk buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
gettext Strip gettext libraries on the target 2008-10-27 09:45:44 +00:00
gmp Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
gnuconfig - add pattern for gnuhurd-uclibc 2007-10-05 11:00:41 +00:00
gperf Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
gqview package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
grep grep: make locale handling less verbose 2008-07-23 12:08:53 +00:00
gtk2-engines Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
gtk2-themes Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
gtkperf gtkperf: Remove settings that are default 2008-08-27 12:32:22 +00:00
gzip buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
hal package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
haserl package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
hdparm Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
hostap buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
hotplug Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
hwdata Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
i2c-tools reverse changes to i2c-tools.mk until I tidy it up (get clean working for example) 2008-08-26 14:01:37 +00:00
icu buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
ifplugd ifplugd: add missing newline 2008-08-19 09:40:18 +00:00
imagemagick Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
input-tools Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
iostat Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
iperf package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
ipkg buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
iproute2 buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
ipsec-tools buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
iptables package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
irda-utils buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
java libpng: fix Makefile.autotools.in fallout 2008-11-02 19:21:17 +00:00
jpeg Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
kexec Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
kismet package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
l2tp Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
leafpad Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
less Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libaio Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libart Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libcgi buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
libcgicc Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libconfig package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
libconfuse package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
libdaemon package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
libdnet New package for dnet, a wrapper library for getting access to kernel network information 2008-09-04 05:50:31 +00:00
libdrm Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libelf Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
liberation package/liberation: Add liberation fonts package 2008-10-20 07:30:03 +00:00
libevent Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libeXosip2 buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
libfloat buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
libgcrypt buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
libglib2 libglib2: remove $(DISABLE_NLS) from configure options 2008-10-26 20:02:36 +00:00
libglib12 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libgpg-error Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libgtk2 libpng: fix Makefile.autotools.in fallout 2008-11-02 19:21:17 +00:00
libgtk12 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libiconv buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
liblockfile Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libosip2 buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
libpcap Remove .rej file included in the upstream tarball before patching 2008-11-10 23:50:57 +00:00
libpng package/libpng/libpng.mk: Change to autotools.in format 2008-10-29 12:49:38 +00:00
libraw1394 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libsexy libsexy: fix long help text lines 2008-08-27 20:19:15 +00:00
libsysfs Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libtool libtool: don't error on missing directories in clean targets 2008-09-22 08:11:02 +00:00
libungif Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libupnp package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
libusb Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
libxml2 package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
libxslt libxslt: Convert to Makefile.autotools.in format 2008-08-28 11:52:17 +00:00
lighttpd lighttpd: don't enable openssl support by default 2008-09-17 21:36:21 +00:00
links Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
lite package/lite/lite.mk: Bounce version 2008-10-31 14:04:31 +00:00
lm-sensors Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
lockfile-progs Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
logrotate logrotate: remove duplicate deps. Clean up '/etc' 2008-10-07 17:08:25 +00:00
lrzsz Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
lsof lsof: bump version 2008-10-23 18:54:10 +00:00
ltp-testsuite Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
ltrace ltrace: expand help text 2008-08-04 19:07:48 +00:00
ltt Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
lua lua: select readline / ncurses 2008-08-04 19:08:21 +00:00
lvm2 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
lzma package: global largefile CFLAGS handling 2008-08-04 19:07:18 +00:00
lzo lzo: bump version and update to Makefile.autotools.in format 2008-08-20 14:28:58 +00:00
m4 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
make make: add gettext dependency to make rule instead of TARGETS 2008-11-05 08:43:04 +00:00
matchbox matchbox: fix prefix 2008-11-04 22:29:02 +00:00
mdadm Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
mdnsresponder Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
memstat package/memstat: add memstat package 2008-10-21 12:38:31 +00:00
memtester Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
metacity package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
microcom Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
microperl buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
microwin buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
midori package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
mii-diag Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
mkdosfs mkdosfs: cleanup target install handling 2008-11-03 06:16:36 +00:00
module-init-tools module-init-tools: check correct symbol for cross-depmod 2008-09-07 18:58:22 +00:00
modutils buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
mpatrol Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
mpfr Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
mplayer Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
mrouted Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
mtd Remove lzo patches which aren't required with latest liblzo package updates 2008-09-04 01:39:40 +00:00
mutt Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
nbd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
ncftp ncftp: bump version 2008-10-06 09:23:08 +00:00
ncurses buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
neon neon: don't strip if BR2_ENABLE_DEBUG is enabled 2008-10-20 11:53:08 +00:00
netcat package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
netkitbase Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
netkittelnet Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
netplug Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
netsnmp netsnmp: run CONFIG_UPDATE 2008-11-04 11:31:58 +00:00
newt package: global largefile CFLAGS handling 2008-08-04 19:07:18 +00:00
nfs-utils Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
ng-spice-rework buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
ntfs-3g ntfs-3g: fix long help text lines 2008-08-27 20:19:01 +00:00
ntp ntp: add /etc/default/ntpd to control whether to start 2008-11-06 21:11:54 +00:00
olsr olsr: fix long help text lines 2008-08-27 20:18:54 +00:00
openmotif openmotif: fix long help text lines 2008-08-27 20:19:22 +00:00
openntpd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
openssh openssh: convert to Makefile.autotools.in and bump version to 5.1p1 2008-09-24 12:00:57 +00:00
openssl openssl: fix architecture specified when configuring openssl 2008-10-13 08:10:35 +00:00
openswan Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
openvpn buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
oprofile oprofile: convert oprofile.mk to use Makefile.autotools.in and bump version 2008-09-17 08:51:54 +00:00
pango Strip pango libraries on the target 2008-10-27 09:45:38 +00:00
patch buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
pciutils package/: remove more 'default n' (see r22874) 2008-11-02 20:21:59 +00:00
pcmanfm package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
pcmcia Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
pcre package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
php buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
pixman package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
pkgconfig Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
popt package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
portage Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
portmap Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
pppd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
pptp-linux Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
procps Support building without WCHAR support 2008-09-09 02:06:52 +00:00
proftpd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
psmisc package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
python python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so that 2008-10-30 17:21:18 +00:00
qte qte: fix long help text lines 2008-08-27 20:19:04 +00:00
qtopia4 Fixes for Qt from Markus Heidelberg 2008-11-02 02:16:53 +00:00
quagga Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
raidtools Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
rdesktop Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
readline Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
rp-pppoe Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
rpm Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
rsync package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
ruby Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
rxvt Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
samba samba.mk: 2008-10-06 19:53:29 +00:00
sawman package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
screen buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
sdl Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
sdl_image sdl-image: convert to Makefile.autotools.in format 2008-11-02 19:21:21 +00:00
sdl_mixer sdl_mixer: run CONFIG_UPDATE on correct directory 2008-07-21 08:53:18 +00:00
sdl_net package/: remove redundant install-strip in *_TARGET_INSTALL_OPT 2008-10-20 11:53:16 +00:00
sdl_ttf Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
sed sed: fix CPPFLAGS typo 2008-08-04 19:04:05 +00:00
setserial Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
sfdisk Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
slang package: global largefile CFLAGS handling 2008-08-04 19:07:18 +00:00
smartmontools Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
socat Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
startup-notification buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
strace strace: bump version 2008-10-20 09:04:49 +00:00
stunnel stunnel: fix long help text lines 2008-08-27 20:18:58 +00:00
sudo sudo: fix long help text lines 2008-08-27 20:18:43 +00:00
sylpheed package: remove redundant pkg-config variables 2008-10-26 19:57:55 +00:00
synergy buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
sysklogd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
sysvinit Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
tar buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
tcl tcl: fix long help text lines 2008-08-27 20:19:46 +00:00
tcpdump Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
tftpd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
thttpd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
tiff package/tiff/tiff.mk: Change to Autotools.in format 2008-11-11 11:43:27 +00:00
tinyhttpd buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
tinylogin buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
tn5250 Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
torsmo buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
tslib Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
ttcp Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
udev Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
udhcp buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
udpcast Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
usbmount Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
usbutils Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
util-linux Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
valgrind Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
vlc buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
vpnc vpnc: select libgcrypt / libgpg_error 2008-08-04 19:08:12 +00:00
vsftpd vsftpd: 2008-10-06 22:46:41 +00:00
vtun buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
webif Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
webkit buildroot: remove trailing spaces 2008-08-04 19:07:05 +00:00
wget Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
which which.mk: 2008-10-06 19:54:58 +00:00
wipe Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
wireless-tools Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
x11r7 x11r7/xkeyboard-config: select xkbcomp 2008-10-23 15:07:34 +00:00
x11vnc Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
xerces Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
xfsprogs Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
xpdf xpdf: fix long help text lines 2008-08-27 20:19:43 +00:00
xstroke Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
xvkbd Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
zlib Fix zlib install broken by previous commit. Sorry 2008-10-31 16:37:01 +00:00
buildroot-libtool.patch remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in to patch libtool automatically. 2008-05-01 14:07:11 +00:00
Config.in package/memstat: add memstat package 2008-10-21 12:38:31 +00:00
Makefile.autotools.in Makefile.autotools.in: make MESSAGE output stand out 2008-11-07 08:56:02 +00:00
Makefile.in Fix external toolchain build 2008-11-11 18:32:31 +00:00