From: Felix Fietkau Date: Wed, 15 Feb 2012 19:19:47 +0000 (+0000) Subject: bluez-utils: add -lm to LDFLAGS to fix a compile error X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8990be10c98cdb50d975a9575a40f1ed2841dd36;p=openwrt%2Fsvn-archive%2Farchive.git bluez-utils: add -lm to LDFLAGS to fix a compile error SVN-Revision: 30558 --- diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index 7da3438cc0..2f0ed38a38 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -51,7 +51,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ LDFLAGS="$(TARGET_LDFLAGS) \ -L$(ICONV_PREFIX)/lib \ - -L$(INTL_PREFIX)/lib" \ + -L$(INTL_PREFIX)/lib -lm" \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install endef