Commit 819e7f5b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

at: fix build when host doesn't have sendmail



Reported by Noel Vellemans.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 4adcdad1
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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):

+1 −0
Original line number Diff line number Diff line
@@ -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 $@