]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- rel 7: fix build when sendmail binary is not present auto/ac/amavisd-0_1-7
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 14:29:52 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd.spec -> 1.61

amavisd.spec

index a9f73598c1f428226963e777325ee97a62d09b94..ada8c59d9f23b70a0759020493effa1fc78e344c 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A Mail Virus Scanner - Daemon
 Summary(pl):   Antywirusowy skaner poczty elektronicznej - Demon
 Name:          amavisd
 Version:       0.1
-Release:       6
+Release:       7
 Epoch:         1
 License:       GPL
 Group:         Applications/Mail
@@ -61,6 +61,9 @@ Obsoletes:    amavis
 Obsoletes:     amavisd-new
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# needs fix somewhere
+%undefine      with_ccache
+
 %description
 AMaViS is a script that interfaces a mail transport agent (MTA) with
 one or more virus scanners. This is daemonized version of amavis.
@@ -185,6 +188,7 @@ rm -f missing
 %{__automake}
 %{__autoconf}
 %configure \
+       --with-sendmail-wrapper=/usr/lib/sendmail \
        --enable-smtp \
        --enable-postfix \
        --enable-all \
@@ -199,6 +203,7 @@ rm -f missing
 mv amavis/amavisd amavis/amavisd.postfix
 
 %configure \
+       --with-sendmail-wrapper=/usr/lib/sendmail \
        --disable-smtp \
        --enable-exim \
        --enable-all \
@@ -214,6 +219,7 @@ mv amavis/amavisd amavis/amavisd.exim
 
 #NFY
 %configure \
+       --with-sendmail-wrapper=/usr/lib/sendmail \
        --disable-smtp \
        --enable-qmail \
        --enable-all \
@@ -229,6 +235,7 @@ mv amavis/amavisd amavis/amavisd.qmail
 mv amavis/amavis amavis/amavis.qmail-queue
 
 %configure \
+       --with-sendmail-wrapper=/usr/lib/sendmail \
        --disable-smtp \
        --enable-sendmail \
        --enable-all \
This page took 0.144309 seconds and 4 git commands to generate.