Fedora core changes

This commit is contained in:
Stuart Gathman
2009-01-27 02:28:52 +00:00
parent b1eae98453
commit 2e7805e531
3 changed files with 63 additions and 22 deletions
+4 -3
View File
@@ -2,10 +2,11 @@ import os
import sys
from distutils.core import setup, Extension
# FIXME: on some versions of sendmail, smutil is renamed to sm
# on slackware and debian, leave it out entirely. It depends
# FIXME: on some versions of sendmail, smutil is renamed to sm.
# On slackware and debian, leave it out entirely. It depends
# on how libmilter was built by the sendmail package.
libs = ["milter", "smutil"]
#libs = ["milter", "smutil"]
libs = ["milter"]
libdirs = ["/usr/lib/libmilter"] # needed for Debian
# patch distutils if it can't cope with the "classifiers" or