Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456986 | Differences between
and this patch

Collapse All | Expand All

(-)flite-1.3-release/config/common_make_rules (-1 / +1 lines)
Lines 69-75 Link Here
69
69
70
ifdef SHFLAGS
70
ifdef SHFLAGS
71
FLITELIBS = $(LIBDIR)/libflite.so
71
FLITELIBS = $(LIBDIR)/libflite.so
72
LDFLAGS += -L$(LIBDIR) -lflite $(OTHERLIBS)
72
LDFLAGS += -L$(LIBDIR) -lflite -lm $(OTHERLIBS)
73
else
73
else
74
FLITELIBS = $(LIBDIR)/libflite.a
74
FLITELIBS = $(LIBDIR)/libflite.a
75
LDFLAGS += -L$(LIBDIR) -lflite -lm $(AUDIOLIBS) $(OTHERLIBS)
75
LDFLAGS += -L$(LIBDIR) -lflite -lm $(AUDIOLIBS) $(OTHERLIBS)

Return to bug 456986