CVSROOT: /cvs Module name: ports Changes by: [email protected] 2016/12/30 14:09:07
Modified files:
www/varnish : Makefile
Log message:
Unbreak on arm and hppa.
The internal backtrace implementation uses __builtin_return_address with
a non-zero argument, which doesn't work on arm and hppa. Instead of
applying a fix in varnish, detect and depend on devel/libexecinfo which
already has the logic to handle those architectures. ok gonzalo@
