]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
at: fix build when host doesn't have sendmail
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Jan 2010 15:31:44 +0000 (16:31 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 Jan 2010 16:37:50 +0000 (17:37 +0100)
Reported by Noel Vellemans.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/at/at.mk

diff --git a/CHANGES b/CHANGES
index bfb7855df206b2b978a90ddf8f3246bcd8c26a4a..b1bc04687ca3eee81ec9a13ebb2a75d612acab04 100644 (file)
--- a/CHANGES
+++ b/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):
 
index f557a72f1a3c84e7f5b786905a29ffee91122b99..5b53c2c4329178f5a63d4ec81750a859dc414ebe 100644 (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 $@