diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2006-09-15 00:00:25 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:59:01 +0200 |
commit | f0f36485dea156186c1c26f1d281e3f508da0c7a (patch) | |
tree | 2d3f3aa9ce7fbf15d0510c6120b605f849817afe /debian/rules | |
parent | 896b3e655fe945bda9e3f0d53d38352163da5081 (diff) | |
download | sendmail-debian/8.13.8-3.tar.gz |
Imported Debian patch 8.13.8-3debian/8.13.8-3
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a13c5d1..afdd278 100755 --- a/debian/rules +++ b/debian/rules @@ -728,6 +728,7 @@ ifeq (smX, ${package}) CFLAGS="-DSM_USE_TLS -DSM_USE_SASL ${CFLAGS}" \ ./configure \ --libexecdir=/usr/lib/sm.bin \ + --datarootdir= \ --datadir=${DATA_DIR} \ --sysconfdir=/etc \ --localstatedir=/var \ |