From: nbd Date: Wed, 15 Feb 2012 20:38:22 +0000 (+0000) Subject: flite: add missing -lm X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=d0169966ba563396a07034a8378d858b520e0e8f;hp=59f320c712586316eafead919052f5d2fc48e3bb flite: add missing -lm git-svn-id: svn://svn.openwrt.org/openwrt/packages@30559 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \