Browse Source
Merge pull request #11454 from neheb/upm
upmpdcli: 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
2 additions and
0 deletions
-
sound/upmpdcli/Makefile
|
|
@ -42,6 +42,8 @@ define Package/upmpdcli/config |
|
|
|
source "$(SOURCE)/Config.in" |
|
|
|
endef |
|
|
|
|
|
|
|
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lm) |
|
|
|
|
|
|
|
define Package/upmpdcli/install |
|
|
|
$(INSTALL_DIR) $(1)/etc |
|
|
|
$(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/upmpdcli.conf $(1)/etc/ |
|
|
|