summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRadoslaw Pajak <r.pajak@samsung.com>2013-09-27 11:16:33 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-02-11 11:48:48 +0100
commit014e78d9ab5981d8c66ea49f08025e18e14073fc (patch)
tree962dcb1a19e8d97b4ac62f353d4be975c12322c1 /autogen.sh
parentd3f72d9265b5ccf26223c43ef2b0b836d7bef453 (diff)
[daemon-dev][lib-fix][lib-dev] ListQueuedOwners method in daemon, fixed strcpy issue, added kdbus priority on opening transpot
- ListQueuedOwners method handling added to daemon - GetAdtAuditSessionData method now passed to daemon, but still can not return anything interesting for kdbus transport (neither it does for std socket and std authentication method) - fixed issue with strcpy causing buffer overflow on foxp - strcpy replaced with memcpy - set kdbus precendence when opening transport, thus with kdbus and unix transport both present in DBUS_SESSION_BUS_ADDRESS, modified library will try to use kdbus first Change-Id: If481bbd446bf64bc40b767ccdec177cce5f1e719
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index fa8d3770..b0d16278 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -100,7 +100,7 @@ else
run_configure=false
fi
-#--enable-developer
+#--enable-developer --enable-verbose-mode
if $run_configure; then
- $srcdir/configure --enable-developer --config-cache "$@"
+ $srcdir/configure --enable-verbose-mode --config-cache "$@"
fi