Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 1008873004: Instrumented libraries: pass correct configure flags to dbus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 0153c1ab9f394071563e8f9ca6c0441bccc7c860..5c5c50c6977f1236c0790be0a3cea65ea40fbaf0 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -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'],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698