From c7455e7ba695779efd7b8109ab71cfd85ec21fab Mon Sep 17 00:00:00 2001 From: don Date: Sun, 20 May 2007 02:09:30 +0000 Subject: [PATCH] make new version of spamass-milter --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eaac3bc..369c443 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +spamass-milter (0.3.1-6) unstable; urgency=low + + * New version to allow building against libmilter1 + + -- Don Armstrong 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 diff --git a/debian/rules b/debian/rules index 47aecb2..139f296 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.2