projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ee1ab
)
bluez-utils: add -lm to LDFLAGS to fix a compile error
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 15 Feb 2012 19:19:47 +0000
(19:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 15 Feb 2012 19:19:47 +0000
(19:19 +0000)
SVN-Revision: 30558
utils/bluez-utils/Makefile
patch
|
blob
|
history
diff --git
a/utils/bluez-utils/Makefile
b/utils/bluez-utils/Makefile
index 7da3438cc0328414613a3050281a4420ad67f72b..2f0ed38a38b513e1c05dd3b4e647e7285b4e99df 100644
(file)
--- 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