Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- without options, `strip` strips all sections containing `.comment` section. - Haiku's dynamic loader uses this section to check what architecture of library is required from binary. If absent, it implies 32bit version of library. - Then, firefox failed to start by failing to check on 64bit only depending library (c.f. libplds4.so). - This commit works around this by specifying `strip` option not to remove `.comment` section.
- Loading branch information