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:
parent
4adcdad1e9
commit
819e7f5b78
13
CHANGES
13
CHANGES
@ -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):
|
||||
|
||||
|
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user