Commit e1393cf5 authored by spang's avatar spang Committed by Commit bot

libxml2: Add missing dependency on libm

The library uses functions from "math.h". This fixes the embedded build
with -Wl,-z,defs.

BUG=445627
TEST=linux_ecs_ozone tryjob
TBR=cpu

Review URL: https://codereview.chromium.org/901273002

Cr-Commit-Position: refs/heads/master@{#314906}
parent 3fb85eb7
...@@ -237,6 +237,7 @@ ...@@ -237,6 +237,7 @@
'libraries': [ 'libraries': [
# We need dl for dlopen() and friends. # We need dl for dlopen() and friends.
'-ldl', '-ldl',
'-lm',
], ],
}, },
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment