at: fix build when host doesn't have sendmail

Reported by Noel Vellemans.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-01-27 16:31:44 +01:00
parent 4adcdad1e9
commit 819e7f5b78
2 changed files with 8 additions and 6 deletions

13
CHANGES
View File

@ -4,12 +4,13 @@
New packages: libcdaudio, libdvdnav, libdvdread, hostapd, tcpreplay
Updated/fixed packages: autoconf, bind, binutils, bootutils, busybox,
directfb, dnsmasq, e2fsprogs, gstreamer, gperf, gst-plugins-bad,
flex, hal, iptables, iw, jpeg, kismet, libfuse, libpcap, libungif,
lighttpd, mesa, mpg123, mtd-utils, neon, netstat-nat, openvpn, pcre,
qt, rpm, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot, usb_modeswitch,
usbutils, webkit, wpa_supplicant, xfsprogs
Updated/fixed packages: at, autoconf, bind, binutils, bootutils,
busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse,
libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon,
netstat-nat, openvpn, pcre, qt, rpm, sdl, sdl_ttf, sqlite, sshfs,
tremor, u-boot, usb_modeswitch, usbutils, webkit, wpa_supplicant,
xfsprogs
Issues resolved (http://bugs.uclibc.org):

View File

@ -38,6 +38,7 @@ $(AT_DIR)/.configured: $(AT_DIR)/.unpacked
--with-atspool=/var/lib/atspool \
--with-daemon_username=at \
--with-daemon_groupname=at \
SENDMAIL=/usr/sbin/sendmail \
)
touch $@