From 9515cdcb9e135398267e44f4044dbf8661f26c9a Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 28 Nov 2006 20:10:08 +0000 Subject: [PATCH] ldflags in main Makefile.defs already git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@147 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/ivr/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/ivr/Makefile b/apps/ivr/Makefile index bffc9247..605c7ccf 100644 --- a/apps/ivr/Makefile +++ b/apps/ivr/Makefile @@ -29,8 +29,7 @@ endif LOCAL_INCLUDES = -I$(FLITE_DIR)/lang/usenglish -# On FreeBSD, remove the following flags: -ldl -lpthread -module_ldflags = -ldl -lpthread -lutil -lm \ +module_ldflags = -lutil \ $(PYTHON_module_ldflags) \ $(IVR_TTS_module_ldflags)