kumquat-buildroot/package
Thomas Petazzoni 97b392b984 madplay: add patch to switch to the new ALSA API
madplay was failing to build with errors such as :

audio_alsa.o: In function `config':
audio_alsa.c:(.text+0x200): undefined reference to `snd_pcm_hw_params_set_rate_near@ALSA_0.9'
audio_alsa.c:(.text+0x25c): undefined reference to `snd_pcm_hw_params_set_buffer_time_near@ALSA_0.9'
audio_alsa.c:(.text+0x284): undefined reference to `snd_pcm_hw_params_get_buffer_size@ALSA_0.9'
audio_alsa.c:(.text+0x2a4): undefined reference to `snd_pcm_hw_params_set_period_time_near@ALSA_0.9'
audio_alsa.c:(.text+0x2d4): undefined reference to `snd_pcm_hw_params_get_period_size@ALSA_0.9'

The ALSA library uses symbol versioning by default, to handle ABI
changes. However, since uClibc doesn't seem to support symbol
versioning, we disable this when building the ALSA library by passing
--without-versioned.

However, madplay relies on the old ALSA ABI, so even without symbol
versioning, references to versioned symbols are generated (functions
with the same name, but different API, exist in the old and new API).

The easiest solution is to switch madplay to the new API. This is done
thanks to a patch written by Micha Nelissen <micha@neli.hopto.org> and
available at http://article.gmane.org/gmane.comp.audio.mad.devel/729.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-02-24 22:45:30 +01:00
..
acpid
alsamixergui package/alsamixergui: fix build 2009-11-30 11:25:30 +01:00
argus argus: fix compile breakage 2010-02-10 00:43:46 +01:00
at at: fix compile breakage when flex isn't on the target 2010-02-10 00:44:29 +01:00
atk atk: convert to autotools infrastructure for host package 2009-12-15 19:57:35 +01:00
autoconf autoconf: add patch to make it work under dash 2009-12-15 19:57:33 +01:00
automake automake: add build dependency on host-autoconf 2010-02-20 19:31:03 +01:00
avahi package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
axel package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
bash bash: fix configuration 2010-01-28 17:50:54 +01:00
beecrypt
berkeleydb buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
bind Bump bind to 9.5.1-P2 2010-02-03 17:22:57 +01:00
bison buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
blackbox package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
bmon package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
boa buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
bootutils Bump bootutils 2009-12-25 10:34:58 +00:00
bridge-utils package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
bsdiff package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
busybox busybox: add 1.16.0 fixes 2010-02-24 09:13:43 +01:00
bzip2 package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
cairo cairo: convert to autotools infrastructure for host package 2009-12-15 19:57:33 +01:00
config kconfig: fix oldconfig to generate .config.cmd 2009-08-03 10:07:54 +02:00
coreutils package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
ctorrent ctorrent: build with ssl support if available 2009-08-31 07:23:59 +02:00
cups buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
customize Remove the "project" feature 2009-09-16 20:28:25 +02:00
cvs buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
dash buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
database Bump sqlite to 3.6.22 2010-01-20 16:36:02 +01:00
dbus dbus: fix target installation with BR2_HAVE_DEVFILES 2010-01-28 22:54:44 +01:00
dbus-glib dbus-glib: fix host-dbus-glib build 2009-12-15 23:44:44 +01:00
dbus-python package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
devmem2 package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
dhcp package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
dialog buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
diffutils package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
dillo buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
directfb directfb: some cleanup in config file 2010-01-28 17:11:07 +01:00
directfb-examples
distcc buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
divine divine: new package 2009-09-11 13:47:22 +02:00
dmalloc buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
dmraid
dnsmasq Bump dnsmasq to 2.52 2010-01-27 14:33:42 +01:00
docker host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
dosfstools dosfstools: make sure install targets aren't run everytime 2010-02-23 20:34:55 +01:00
dropbear package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
dummy buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
e2fsprogs e2fsprogs: fix lsattr chattr and e2label e2undo mixup 2010-02-23 20:34:57 +01:00
editors host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
eeprog package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
enchant host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
ethtool package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
expat package: fix host build for packages with own libtool patch 2009-12-30 13:48:02 +01:00
ezxml package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
fakeroot buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
fbdump fbdump: don't add target program prefix 2010-02-04 12:11:37 +01:00
fbset package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
fbv package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
fconfig package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
file buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
findutils buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
fis package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
flex flex: install in the staging directory 2010-02-23 20:34:32 +01:00
fltk package/fltk: needs libXt 2009-11-30 11:00:28 +01:00
fontconfig fontconfig: convert to autotools infrastructure for host package 2009-12-15 19:57:36 +01:00
freetype package: fix host build for packages with own libtool patch 2009-12-30 13:48:02 +01:00
fuse libfuse: bump version number to 2.8.1 2009-12-07 23:08:27 +01:00
gadgetfs-test package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
games ace_of_penguins: mark as BROKEN 2010-02-23 20:33:43 +01:00
gamin gamin: fix build with !BR2_LARGEFILE and python enabled 2009-11-23 11:42:47 +01:00
gawk buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
gettext host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
gmp buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
gmpc gmpc: add dependency on host-intltool 2010-02-23 20:34:32 +01:00
gnuconfig
gob2 gob2: update dependency on flex 2010-02-23 20:34:33 +01:00
gperf gperf: add gperf-host package (required by webkit) 2010-01-27 14:57:20 +01:00
gqview host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
grep
gtk2-engines package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
gtk2-themes gtk2-themes: fix typo 2009-09-01 15:46:44 +02:00
gtkperf
gvfs Revert "Revert "gvfs: update to version 1.4.0"" 2010-01-28 17:33:03 +01:00
gzip buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
hal hal: add missing includes 2009-12-16 16:29:02 +01:00
haserl packages: use qstrip 2009-09-05 14:43:17 +02:00
hdparm package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
hostap
hostapd Add new package hostapd 2009-12-06 22:37:01 +01:00
hotplug package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
hwdata package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
i2c-tools i2c-tools: convert to the generic package infrastructure 2009-12-15 19:57:40 +01:00
icu buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
ifplugd package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
imagemagick imagemagick: use internal libtool 2010-02-23 20:34:34 +01:00
input-tools package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
intltool intltool: new package 2010-02-23 20:34:32 +01:00
iostat package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
iperf package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
ipkg ipkg: update source URL 2009-11-17 20:08:11 +01:00
iproute2
ipsec-tools ipsec-tools: add host-flex dependency 2010-02-24 22:45:28 +01:00
iptables Bump iptables to 1.4.6 2010-01-20 10:46:19 +01:00
iw iw: give path to pkg-config 2010-02-23 20:34:34 +01:00
java host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
jpeg jpeg: convert to autotools infrastructure 2009-12-30 13:48:02 +01:00
kexec kexec: bump version to fix build failure 2010-02-23 20:34:35 +01:00
kismet Bump kismet package to 2010-01-R1 2010-01-20 11:10:08 +01:00
l2tp package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
leafpad leafpad: needs libgtk2 2009-11-23 13:02:54 +01:00
less buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libaio package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libarchive libarchive: add conditional dependency on zlib 2009-10-23 10:15:11 +02:00
libart libart: get rid of superfluous configure args 2009-10-27 21:52:32 +01:00
libcgi buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libcgicc buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libconfig package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libconfuse package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libcurl
libdaemon host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
libdnet package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libdrm host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
libelf libelf: bump version 2009-10-26 08:31:34 +01:00
liberation package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libevent libevent: only install event_rpcgen.py if python support is enabled 2009-09-19 21:31:57 +02:00
libeXosip2 libeXosip: do not re-run targets at every invocation of 'make' 2010-02-23 20:34:55 +01:00
libfloat
libgcrypt buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libglade host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
libglib2 libglib2: bump to 2.22.4 2010-01-28 17:07:11 +01:00
libglib12 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libgpg-error buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libgtk2 libgtk2: host version needs host-libpng 2010-02-24 22:45:29 +01:00
libgtk12 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libiconv package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
libidn host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
liblockfile liblockfile: fix target-install dependencies 2009-10-02 10:09:13 +02:00
libmicrohttpd libmicrohttpd: cleanup Config.in 2009-09-21 17:46:06 +02:00
libnl Revert "libnl: handle all installed libraries" 2009-10-26 19:15:11 +01:00
liboil liboil: fix build on arm with softfloat 2010-02-09 12:09:16 +01:00
libosip2 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libpcap libpcap: fix wireless handling 2009-12-09 14:00:55 +01:00
libpng libpng: enable compilation on the host 2010-02-23 20:33:42 +01:00
libraw1394 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libsexy
libsoup libsoup: remove --without-html-dir 2010-02-23 20:34:56 +01:00
libsysfs buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
libtool libtool: convert to autotools infrastructure for host package 2009-12-15 19:57:34 +01:00
libungif libungif: convert to autotools infrastructure 2009-12-30 14:05:46 +01:00
libupnp libupnp: needs largefile support in toolchain 2009-10-04 21:34:10 +02:00
libusb libusb: move phony dependencies to toplevel libusb target 2009-12-20 22:27:20 +01:00
libxml2 libxml2: do not apply libtool patch when compiling for host 2010-02-20 19:31:04 +01:00
libxml-parser-perl libxml-parser-perl: new package 2010-02-23 20:33:44 +01:00
libxslt libxslt: enable compilation on host 2010-02-20 19:31:04 +01:00
lighttpd Bump lighttpd to 1.4.26 2010-02-09 16:23:52 +01:00
links buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
linux-fusion Remove the "project" feature 2009-09-16 20:28:25 +02:00
lite
lm-sensors package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
lockfile-progs package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
logrotate
lrzsz buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
lsof package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
ltp-testsuite Remove the "project" feature 2009-09-16 20:28:25 +02:00
ltrace package/ltrace: hide for archs ltrace doesn't support 2009-11-29 09:54:00 +01:00
lua lua: only install headers if BR2_HAVE_DEVFILES is enabled 2009-10-03 22:40:12 +02:00
lvm2 lvm2: prevent dmsetup from being re-installed every time 2010-02-23 20:34:55 +01:00
lzma lzma: bump version 2009-10-26 21:41:11 +01:00
lzo lzo: convert to autotools infrastructure for host package 2009-12-15 19:57:38 +01:00
lzop
m4 m4: convert to autotools infrastructure for host package 2009-12-15 19:57:39 +01:00
make buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
matchbox matchbox: fix dependency to not always rebuilt libmatchbox 2010-02-23 20:34:35 +01:00
mdadm mdadm: fix build without largefile support 2009-10-03 13:43:00 +02:00
memstat
memtester package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
metacity package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
microcom package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
microperl package/microperl: fix build 2009-11-30 22:31:50 +01:00
microwin package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
midori host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
mii-diag package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
module-init-tools buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
modutils buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
mpfr buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
mrouted package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
mtd mtd: don't put mtd options in a seperate submenu 2010-02-03 15:14:43 +01:00
multimedia madplay: add patch to switch to the new ALSA API 2010-02-24 22:45:30 +01:00
mutt buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
nbd nbd: convert to Makefile.autotools.in format 2010-02-09 11:40:47 +01:00
ncftp ncftp: needs largefile support in toolchain 2009-10-03 22:01:08 +02:00
ncurses Create $(TARGET_DIR)/usr/lib when installing 2009-11-30 16:06:30 +01:00
neon neon: fix ssl option dependency 2009-12-23 13:40:56 +01:00
netcat package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
netkitbase package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
netkittelnet netkittelnet: fix typo introduced in 8d65822f9d 2009-11-23 13:48:35 +01:00
netplug package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
netsnmp netsnmp: use the autoconf built by Buildroot 2010-02-24 22:45:28 +01:00
netstat-nat Bump netstat-nat to 1.4.10 2010-01-27 14:36:24 +01:00
newt newt: needs slang 2010-02-08 15:32:52 +01:00
nfs-utils buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
ng-spice-rework ng-spice-rework: needs X11 / libXaw support 2009-11-23 13:54:05 +01:00
ntfs-3g ntfs-3g: get rid of special target install handling 2009-10-07 10:16:31 +02:00
ntfsprogs ntfsprogs: new package 2009-08-01 23:17:48 +02:00
ntp buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
olsr olsr: rework on top of the generic infrastructure 2009-12-15 19:57:30 +01:00
openntpd openntpd: convert to Makefile.autotools.in format 2009-11-15 22:54:25 +01:00
openssh
openssl openssl: bump to 0.9.8l + security fixes 2009-11-15 23:58:50 +01:00
openvpn Bump openvpn to 2.1.1 2010-01-20 11:10:32 +01:00
oprofile rename TOOL_BUILD_DIR to TOOLCHAIN_DIR 2009-09-23 09:15:27 +02:00
pango pango: re-enable thai module 2010-02-24 22:45:29 +01:00
patch buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
pciutils package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
pcmanfm host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
pcmcia package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
pcre Bump pcre to 7.9 2009-12-06 16:28:12 +01:00
php Bump php to 5.2.12 2010-01-29 15:00:16 +01:00
pixman pixman: convert to autotools infrastructure for host package 2009-12-15 19:57:39 +01:00
pkg-config pkg-config: convert to autotools infrastructure for host package 2009-12-15 19:57:31 +01:00
popt package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
portage package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
portmap package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
pppd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
pptp-linux buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
procps package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
proftpd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
psmisc package: get rid of redundant malloc related configure presets 2009-12-06 19:58:45 +01:00
python python: cleanup 2009-10-02 10:24:54 +02:00
qt qt: fix the patch name for qt-4.5.3 version 2010-02-24 00:40:20 +01:00
quagga quagga: snmp support needs netsnmp 2009-10-03 22:01:08 +02:00
radvd radvd: bump version 2009-09-10 19:51:55 +02:00
rdesktop rdesktop: convert to Makefile.autotools.in format 2010-02-09 11:39:22 +01:00
readline readline: convert to autotools infrastructure 2010-01-28 22:31:27 +01:00
rp-pppoe buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
rpm rpm: needs XML support in libneon 2010-01-18 15:14:18 +01:00
rsync Updates rsync source repository 2010-02-17 11:19:56 +01:00
ruby buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
rxvt buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
samba samba: updated the samba package to version 3.3.8 2009-10-20 14:52:31 +02:00
sawman sawman: bump to 1.4.3 2010-01-28 17:12:36 +01:00
screen
sdl sdl: needs tslib to be compiled first when selected. 2010-01-26 13:17:43 +01:00
sdl_gfx
sdl_image SDL_image: fix runtime libjpeg failure 2009-11-23 23:05:23 +01:00
sdl_mixer buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sdl_net sdl_net: rename back to SDL_net 2009-09-01 16:44:06 +02:00
sdl_sound Add SDL_sound package 2009-09-20 10:05:15 +02:00
sdl_ttf SDL_ttf needs freetype to be built and installed first. 2010-01-25 22:20:46 +01:00
sed buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
ser2net ser2net: bump version 2010-01-28 16:30:37 +01:00
setserial buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sfdisk sfdisk: fix build with !BR2_LARGEFILE 2009-11-23 15:10:53 +01:00
shared-mime-info shared-mime-info: do not depend on phony target in hook 2010-02-23 20:34:51 +01:00
slang package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
smartmontools buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
socat buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
spawn-fcgi Bump spawn-fcgi to 1.6.3 2009-11-22 20:42:14 +01:00
sshfs Add fuse-sshfs package 2009-12-08 09:53:37 +01:00
startup-notification package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
strace package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
stunnel buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sudo buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
sylpheed sylpheed: add dependency on libgtk2 2010-02-24 22:45:29 +01:00
synergy synergy: needs C++ support 2009-10-27 22:12:33 +01:00
sysklogd sysklogd: needs largefile support 2009-11-23 16:31:35 +01:00
sysstat package: Add sysstat tools 2009-10-20 23:12:23 +02:00
sysvinit package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
tar buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
tcl Bump TCL version and switch to the autotools infrastructure 2010-02-13 16:13:38 +01:00
tcpdump libpcap, tcpdump: bump version and autotoolify 2009-10-27 09:28:40 +01:00
tcpreplay add tcpreplay tool 2009-12-06 22:09:23 +01:00
tftpd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
thttpd buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
tiff host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
tinyhttpd package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
tn5250 buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
torsmo torsmo: needs X11 support 2009-11-23 15:16:41 +01:00
tslib package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
ttcp
udev udev: fix udev-volume-id staging install 2009-12-16 09:57:13 +01:00
udpcast udpcast: needs largefile support 2009-11-23 15:22:47 +01:00
usb_modeswitch Bump usb_modeswitch to 1.0.7 2010-01-20 11:07:03 +01:00
usbmount package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
usbutils host-pkgconfig is now host-pkg-config 2009-12-15 19:57:31 +01:00
util-linux util-linux: fix kconfig typo 2009-10-30 00:20:17 +01:00
valgrind valgrind: fix build without largefile support 2009-10-03 22:15:04 +02:00
vpnc package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
vsftpd vsftpd: create .configured stamp file 2009-10-03 23:00:30 +02:00
vtun buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
webif
webkit webkit: mention build failure with old linuxthread toolchains 2010-02-23 20:34:57 +01:00
wget buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
which package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
wipe wipe: fix build without largefile support 2009-10-03 22:22:08 +02:00
wireless-tools
wpa_supplicant Bump wpa_supplicant to 0.6.10, enable nl80211 2010-01-20 11:08:14 +01:00
x11r7 xfont_font-util: convert to the autotools infrastructure 2010-02-23 20:08:18 +01:00
x11vnc x11vnc: needs X11 support 2009-11-23 15:25:17 +01:00
xerces package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
xfsprogs xfsprogs: bump version 2009-12-22 08:51:43 +01:00
xstroke package/xstroke: needs X11 support 2009-11-23 11:19:42 +01:00
xvkbd package: Remove unnecessary dependencies on uclibc. 2009-09-03 20:22:38 +02:00
zlib zlib: enable compilation on the host 2010-02-23 20:08:11 +01:00
buildroot-libtool.patch
Config.in xpdf: remove package 2010-02-24 22:45:28 +01:00
Makefile.autotools.in Makefile.autotools.in: fixup .la files in all lib dirs 2010-01-18 14:53:06 +01:00
Makefile.in package infrastructure: add PERLLIB 2010-02-23 20:34:19 +01:00
Makefile.package.in Add generic package infrastructure 2009-12-15 18:09:23 +01:00