Package: svox
Version: 1.0+git20100205-2.1

---------- Forwarded message ----------
From: Christopher Brannon <ch...@the-brannons.com>
Date: 2011/3/2
Subject: [PATCH] Specify libraries in the proper variable in Makefile.am.
To: math.par...@gmail.com


Libraries shouldn't be part of pico2wave_CFLAGS.
This caused a build failure when the --as-needed linker flag
was specified.

Signed-off-by: Christopher Brannon <ch...@the-brannons.com>
---
 pico/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pico/Makefile.am b/pico/Makefile.am
index a19c42a..1b72cf5 100644
--- a/pico/Makefile.am
+++ b/pico/Makefile.am
@@ -83,6 +83,6 @@ bin_PROGRAMS = pico2wave
 pico2wave_SOURCES = \
       bin/pico2wave.c
 pico2wave_LDADD = \
-       libttspico.la
-pico2wave_CFLAGS = -Wall -Dpicolangdir=\"$(picolangdir)\" -I lib -lm -lpopt
+       libttspico.la -lm -lpopt
+pico2wave_CFLAGS = -Wall -Dpicolangdir=\"$(picolangdir)\" -I lib

--
1.7.3.4



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to