]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/commitdiff
make new version of spamass-milter
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Sun, 20 May 2007 02:09:30 +0000 (02:09 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Sun, 20 May 2007 02:09:30 +0000 (02:09 +0000)
debian/changelog
debian/rules

index eaac3bc19fc09b899b315d7364e635167877c467..369c443e217967075c79842edfa49f41755568ba 100644 (file)
@@ -1,3 +1,9 @@
+spamass-milter (0.3.1-6) unstable; urgency=low
+
+  * New version to allow building against libmilter1
+
+ -- Don Armstrong <don@debian.org>  Sat, 19 May 2007 19:01:17 -0700
+
 spamass-milter (0.3.1-5) unstable; urgency=low
 
   * Run spamass-milter as a new user, spamassmilter instead of nobody
index 47aecb2cd283429ecc6c391635a966351bba1908..139f2967b8aa73d8f80afe21cd6d3cd99f4c3e38 100755 (executable)
@@ -37,7 +37,8 @@ configure-stamp:
 
 # SPAMC and SENDMAIL are the location of the spamc and sendmail binary, respectively. PREFIX is the location to install to.
 # We must specify --mandir because for some ungodly reason, it's being installed into /usr/man by default
-       SPAMC="/usr/bin/spamc" SENDMAIL="/usr/sbin/sendmail" ./configure --prefix=$(PREFIX) --mandir=$(PREFIX)/share/man
+       LDFLAGS="-L/usr/lib/libmilter" SPAMC="/usr/bin/spamc" SENDMAIL="/usr/sbin/sendmail" \
+               ./configure --prefix=$(PREFIX) --mandir=$(PREFIX)/share/man
        touch $@
 
 build: configure build-stamp