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>
|
2019-11-26 22:42:01 +01:00
|
|
|
[Louis: rebase on top of 2.4.2]
|
|
|
|
Signed-off-by: Louis Rannou <louis.rannou@smile.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
|
2019-11-26 22:42:01 +01:00
|
|
|
@@ -18,4 +18,5 @@
|
2015-05-29 18:15:10 +02:00
|
|
|
os_@SYSTEM@.c
|
|
|
|
libfcgi_la_CC = @PTHREAD_CC@
|
|
|
|
libfcgi_la_CFLAGS = @PTHREAD_CFLAGS@
|
|
|
|
+libfcgi_la_LIBADD = -lm
|
2019-11-26 22:42:01 +01:00
|
|
|
libfcgi_la_LDFLAGS = @EXTRA_LIBS@ -no-undefined
|
|
|
|
|
2015-05-29 18:15:10 +02:00
|
|
|
libfcgi___la_SOURCES = $(INCLUDE_FILES) \
|