Merge pull request #11446 from neheb/ola

ola: link against libm under glibc
This commit is contained in:
Rosen Penev 2020-02-26 22:01:50 -08:00 committed by GitHub
commit 42679d2aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ HOST_CONFIGURE_ARGS += \
--disable-doxygen-doc
HOST_LDFLAGS += -Wl,-rpath="$(STAGING_DIR_HOSTPKG)/lib"
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lm)
# only build the ola_protoc thingy
define Host/Compile