diff options
author | drochner <drochner> | 2014-06-25 13:08:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2014-06-25 13:08:37 +0000 |
commit | 25dde646abe350e6f61a3eb5b2da6247851a9901 (patch) | |
tree | 05c1722452273d1df3a514e6b48bbdd0afa7f95b /net/tor/options.mk | |
parent | 3aefc01eec59c3cdad68cf562986dc7219fabee5 (diff) | |
download | pkgsrc-25dde646abe350e6f61a3eb5b2da6247851a9901.tar.gz |
minor cleanup
(The options need work too, after the freeze.)
Diffstat (limited to 'net/tor/options.mk')
-rw-r--r-- | net/tor/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tor/options.mk b/net/tor/options.mk index ac551a5baa6..d8469f627c8 100644 --- a/net/tor/options.mk +++ b/net/tor/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2014/06/07 09:11:36 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2014/06/25 13:08:37 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tor PKG_SUPPORTED_OPTIONS= threads doc @@ -29,7 +29,6 @@ CONFIGURE_ARGS+= --disable-asciidoc ### I don't trust configure scripts to do this properly on all platforms. ### .if !empty(PKG_OPTIONS:Mthreads) -CONFIGURE_ARGS+= --enable-eventdns CONFIGURE_ARGS+= --enable-threads PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes |