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
parent
commit
192b8a4aa7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      sound/upmpdcli/Makefile

+ 2
- 0
sound/upmpdcli/Makefile View File

@ -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…
Cancel
Save