diff options
author | James Cloos <cloos@jhcloos.com> | 2014-04-14 08:32:37 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2014-04-14 08:32:37 -0400 |
commit | 201d500c3b2afe2721188e945b0d394f734fbea8 (patch) | |
tree | 60c499cf35d665677659a8525792d8afb0714f11 /net-libs/rohc | |
parent | fb341319a22443873d50b71b22097163bee17b96 (diff) |
net-libs/rohc: tweak config.
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'net-libs/rohc')
-rw-r--r-- | net-libs/rohc/rohc-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/rohc/rohc-1.6.1.ebuild b/net-libs/rohc/rohc-1.6.1.ebuild index 720f1c5..0348b61 100644 --- a/net-libs/rohc/rohc-1.6.1.ebuild +++ b/net-libs/rohc/rohc-1.6.1.ebuild @@ -39,9 +39,9 @@ src_configure() { # configure log level if use debug ; then - myconf="${myconf} --enable-rohc-debug=3" + myconf="${myconf} --enable-rohc-debug=yes" else - myconf="${myconf} --enable-rohc-debug=0" + myconf="${myconf} --enable-rohc-debug=no" fi # configure the library |