Commit d5f741c5 authored by earthdok's avatar earthdok Committed by Commit bot

Instrumented libraries: pass correct configure flags to dbus.

Should fix the "D-Bus library appears to be incorrectly set up; failed to read
machine uuid" messages.

BUG=467901
TBR=glider@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1008873004

Cr-Commit-Position: refs/heads/master@{#320930}
parent d0ea87fe
......@@ -201,7 +201,20 @@
{
'package_name': 'libdbus-1-3',
'dependencies=': [],
'extra_configure_flags': ['--disable-static'],
'extra_configure_flags': [
'--disable-static',
# From debian/rules.
'--disable-libaudit',
'--enable-apparmor',
'--enable-systemd',
'--libexecdir=/lib/dbus-1.0',
'--with-systemdsystemunitdir=/lib/systemd/system',
'--disable-tests',
'--exec-prefix=/',
# From dh_auto_configure.
'--prefix=/usr',
'--localstatedir=/var',
],
'includes': ['standard_instrumented_package_target.gypi'],
},
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment