From d0169966ba563396a07034a8378d858b520e0e8f Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 15 Feb 2012 20:38:22 +0000 Subject: [PATCH] flite: add missing -lm git-svn-id: svn://svn.openwrt.org/openwrt/packages@30559 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/flite/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \