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

Collapse All | Expand All

(-)./wiretap/Makefile.am.orig (-2 / +2 lines)
Lines 69-76 Link Here
69
	$(GENERATOR_SOURCES) 	\
69
	$(GENERATOR_SOURCES) 	\
70
	$(GENERATED_FILES)
70
	$(GENERATED_FILES)
71
71
72
libwiretap_la_LIBADD = libwiretap_generated.la
72
libwiretap_la_LIBADD = libwiretap_generated.la -lm
73
libwiretap_la_DEPENDENCIES = libwiretap_generated.la
73
libwiretap_la_DEPENDENCIES = libwiretap_generated.la -lm
74
74
75
ascend-grammar.c : ascend-grammar.y
75
ascend-grammar.c : ascend-grammar.y
76
	@if [ -z "$(YACC)" ]; then \
76
	@if [ -z "$(YACC)" ]; then \

Return to bug 186424