diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-03-11 14:18:48 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-03-11 14:18:48 +0000 |
commit | 09a9edad4182cbb5f0adb30330d201a0cab0cce1 (patch) | |
tree | 274bb3580160879f895ba4f77dcc8f882d6346c0 /debian/rules | |
parent | 4b65ea0ec0080baf901cb8349f1099afd6cc8210 (diff) | |
download | tor-09a9edad4182cbb5f0adb30330d201a0cab0cce1.tar.gz tor-09a9edad4182cbb5f0adb30330d201a0cab0cce1.zip |
Merge r13970: Build the debian package with openbsd malloc
svn:r13971
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index dc836cafc2..24d727175b 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,10 @@ CONF_OPTIONS = ifneq (,$(findstring with-dmalloc,$(DEB_BUILD_OPTIONS))) CONF_OPTIONS += --with-dmalloc endif +# inhibit building with --enable-openbsd-malloc +ifeq (,$(findstring no-enable-openbsd-malloc,$(DEB_BUILD_OPTIONS))) + CONF_OPTIONS += --enable-openbsd-malloc +endif configure: patch-stamp config.status: configure |