From 59f320c712586316eafead919052f5d2fc48e3bb Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 15 Feb 2012 19:19:47 +0000 Subject: [PATCH] bluez-utils: add -lm to LDFLAGS to fix a compile error git-svn-id: svn://svn.openwrt.org/openwrt/packages@30558 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bluez-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index 7da3438cc..2f0ed38a3 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