summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2018-12-19 19:32:14 +0100
committerSven Eden <sven.eden@gmx.de>2018-12-19 19:33:17 +0100
commita34260ffc8f13945f655019034e0fcb721345927 (patch)
treea63f5504d48fcb4de456aab6d8981d1d896b6c6c /sys-auth/elogind
parentdev-util/codeblocks: Re-Add missing patch (diff)
downloadseden-a34260ffc8f13945f655019034e0fcb721345927.tar.gz
seden-a34260ffc8f13945f655019034e0fcb721345927.tar.bz2
seden-a34260ffc8f13945f655019034e0fcb721345927.zip
sys-auth/elogind-239.9999 : Fix debug USE flag
Signed-Off-By: Sven Eden <sven.eden@gmx.de>
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/elogind-239.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-239.9999.ebuild b/sys-auth/elogind/elogind-239.9999.ebuild
index 88604f2..abcb4c3 100644
--- a/sys-auth/elogind/elogind-239.9999.ebuild
+++ b/sys-auth/elogind/elogind-239.9999.ebuild
@@ -70,7 +70,7 @@ src_configure() {
fi
if use debug; then
- debugmode="-Ddebug=elogind"
+ debugmode="-Ddebug-extra=elogind"
fi
# Duplicating C[XX]FLAGS in LDFLAGS is deprecated and will become