diff options
author | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2004-12-15 10:21:25 +0000 |
---|---|---|
committer | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2004-12-15 10:21:25 +0000 |
commit | 200411197921076fdd66727ac3ede993a91e7bc2 (patch) | |
tree | 570926bafe501452b5339bc98215c5654d0edfd0 /debian | |
parent | 369df9e2988da2420077eb12d2b8f7563b4da1d9 (diff) |
fix in fetching octetrange
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1515 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2c2a36bc..af10bfeb 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DH_COMPAT=3 export DEB_BUILD_OPTIONS=debug #export WITH_GC="--with-gc" -#export WITH_CHECK="--with-check" +export WITH_CHECK="--with-check" CFLAGS = -Wall -O1 LDFLAGS = -lcrypt |