X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=139f2967b8aa73d8f80afe21cd6d3cd99f4c3e38;hb=c7266fb65a48efe8db3985dea9271ee94b3cd69b;hp=47aecb2cd283429ecc6c391635a966351bba1908;hpb=4b23c99364c89b9d18cb2bfb1299ad8c2172d0b3;p=deb_pkgs%2Fspamass-milter.git 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