Chromium Code Reviews| Index: installer/linux/debian_i386/rules |
| =================================================================== |
| --- installer/linux/debian_i386/rules (revision 0) |
| +++ installer/linux/debian_i386/rules (working copy) |
| @@ -5,3 +5,9 @@ |
| export LD_LIBRARY_PATH=$(shell echo $$LD_LIBRARY_PATH:$$PWD) |
| include /usr/share/cdbs/1/rules/debhelper.mk |
| + |
| +# For the 32-bit package, shlibdeps may not be able to find the three dependent |
| +# libraries because they aren't included in our package and we don't list them |
| +# as a build dependency (because we can't, since on a 64-bit system that would |
| +# be resolved with the 64-bit packages). So, we suppress errors for this case. |
|
piman
2009/08/19 21:27:07
Could we list them in the 32-bit control file, but
Tristan Schmelcher
2009/08/19 21:35:07
No, even if listed only in the 32-bit control file
|
| +DEB_DH_SHLIBDEPS_ARGS_ALL = -- --ignore-missing-info |
| Property changes on: installer/linux/debian_i386/rules |
| ___________________________________________________________________ |
| Added: svn:mergeinfo |