mirror of
https://github.com/openwrt/packages.git
synced 2025-12-28 14:20:05 +04:00
Make libunwind support optional depending on package availability. Previously, gperftools unconditionally enabled libunwind as mandatory dependency, which led to build failures on architectures where libunwind is not provided. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>