diff options
author | kroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2009-12-26 13:13:24 +0000 |
---|---|---|
committer | kroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2009-12-26 13:13:24 +0000 |
commit | 900f57186f36deb848b61d41ddbcf975b9db4254 (patch) | |
tree | e281c7588fbbee57381c6117f6b3def46e5259c1 /debian/rules | |
parent | ec5e5d859ebd55f192bdd2fba6359e31cd4634c5 (diff) | |
download | ntp-900f57186f36deb848b61d41ddbcf975b9db4254.tar.gz |
Compile with --enable-ntp-signd to enable mssntp for use with samba
(Closes: #562065)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@298 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
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 913a1ff..7688b7d 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,7 @@ endif --with-sntp=no \ --with-lineeditlibs=edit \ --disable-local-libopts \ + --enable-ntp-signd \ --disable-dependency-tracking build: build-stamp |