Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Comments

Fix symbolize_unittest for musl builds#443

Merged
sergiud merged 1 commit intogoogle:masterfrom
ammubhave:fix_musl_build
Oct 31, 2019
Merged

Fix symbolize_unittest for musl builds#443
sergiud merged 1 commit intogoogle:masterfrom
ammubhave:fix_musl_build

Conversation

@ammubhave
Copy link
Contributor

When glog 0.4.0 is built using musl instead of glibc, the compilation
for this test fails because musl doesn't provide execinfo.h, which sets
HAVE_STACKTRACE to false.

Tested by building glog with musl and verifying that the build succeeds
with this patch. [See https://github.com/openwrt/packages/pull/8583]

Signed-off-by: Amol Bhave ambhave@fb.com

When glog 0.4.0 is built using musl instead of glibc, the compilation
for this test fails because musl doesn't provide execinfo.h, which sets
HAVE_STACKTRACE to false.

Tested by building glog with musl and verifying that the build succeeds
with this patch. [See openwrt/packages#8583]

Signed-off-by: Amol Bhave <ambhave@fb.com>
@sergiud sergiud merged commit 0f83e53 into google:master Oct 31, 2019
@sergiud sergiud added this to the 0.5 milestone Mar 30, 2021
@sergiud sergiud mentioned this pull request May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants