Browse Source
Merge pull request #11446 from neheb/ola
ola: link against libm under glibc
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
net/ola/Makefile
|
|
@ -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 |
|
|
|