app-misc/pax-utils: drop accidental debug code

This commit is contained in:
Mike Frysinger
2016-02-25 04:37:13 +09:00
parent ca8284d4da
commit e00d5efae2

View File

@@ -37,7 +37,7 @@ _emake() {
src_configure() {
# Avoid slow configure+gnulib+make if on an up-to-date Linux system
if use prefix || ! use kernel_linux || \
has_version '<sys-libs/glibc-2.10' || true
has_version '<sys-libs/glibc-2.10'
then
econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
else