From: Felix Fietkau Date: Wed, 15 Feb 2012 20:38:22 +0000 (+0000) Subject: flite: add missing -lm X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a4b4fd1d672f54b5086920730cc968298b21e75a;p=openwrt%2Fsvn-archive%2Fpackages.git flite: add missing -lm SVN-Revision: 30559 --- diff --git a/sound/flite/Makefile b/sound/flite/Makefile index ceda6b904..4325e7f69 100644 --- a/sound/flite/Makefile +++ b/sound/flite/Makefile @@ -33,6 +33,8 @@ Festival Lite is a stripped down version of Festival, This program is written in C to keep memory usage low. endef +TARGET_LDFLAGS += -lm + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \