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
This commit is contained in:
parent
95a53202c8
commit
59f320c712
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user