2015-05-29 18:15:10 +02:00
|
|
|
Link libfcgi against the math library.
|
2012-05-06 06:56:10 +02:00
|
|
|
|
2015-05-29 18:15:10 +02:00
|
|
|
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
|
2012-05-06 06:56:10 +02:00
|
|
|
|
2015-05-29 18:15:10 +02:00
|
|
|
Index: b/libfcgi/Makefile.am
|
2012-05-06 06:56:10 +02:00
|
|
|
===================================================================
|
2015-05-29 18:15:10 +02:00
|
|
|
--- a/libfcgi/Makefile.am
|
|
|
|
+++ b/libfcgi/Makefile.am
|
|
|
|
@@ -18,6 +18,7 @@
|
|
|
|
os_@SYSTEM@.c
|
|
|
|
libfcgi_la_CC = @PTHREAD_CC@
|
|
|
|
libfcgi_la_CFLAGS = @PTHREAD_CFLAGS@
|
|
|
|
+libfcgi_la_LIBADD = -lm
|
2012-05-06 06:56:10 +02:00
|
|
|
|
2015-05-29 18:15:10 +02:00
|
|
|
libfcgi___la_SOURCES = $(INCLUDE_FILES) \
|
|
|
|
$(INCLUDEDIR)/fcgio.h \
|