Merge pull request #11454 from neheb/upm
upmpdcli: link against libm under glibc
This commit is contained in:
commit
192b8a4aa7
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue