diff options
author | tschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-01 17:57:51 +0000 |
---|---|---|
committer | tschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-01 17:57:51 +0000 |
commit | a2534cf3c9ea5be36e6bda1eabf3fed23410ef31 (patch) | |
tree | 541ff416bee9aa2dc3a04e7ce6804d105cdb5b99 | |
parent | e9e5dc4837c41bdd6dcb3eab9a00c7cb7e2a53a5 (diff) | |
download | chromium_src-a2534cf3c9ea5be36e6bda1eabf3fed23410ef31.zip chromium_src-a2534cf3c9ea5be36e6bda1eabf3fed23410ef31.tar.gz chromium_src-a2534cf3c9ea5be36e6bda1eabf3fed23410ef31.tar.bz2 |
Linux: add missing -D to dpkg-buildpackage command line to enable build dependency checks.
TEST=removed cdbs, built, and verified a build-dep error is reported; trybot
Review URL: http://codereview.chromium.org/552244
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37704 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | o3d/installer/linux/debian.in/debian.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/installer/linux/debian.in/debian.gyp b/o3d/installer/linux/debian.in/debian.gyp index f5aa0ec..44506fe 100644 --- a/o3d/installer/linux/debian.in/debian.gyp +++ b/o3d/installer/linux/debian.in/debian.gyp @@ -86,6 +86,7 @@ '-tc', # Clean the tree '-b', # Don't produce a source build '-a<(ARCH)', + '-D', # -a suppresses build-dep checking, so turn it back on '-rfakeroot', ], 'outputs': [ |