aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.in b/makefile.in
index 1a958f3..ce2587e 100644
--- a/makefile.in
+++ b/makefile.in
@@ -101,7 +101,7 @@ libfec.dylib: $(LIBS)
# for Linux et al
libfec.so: $(LIBS)
- gcc -fPIC -shared -Xlinker -soname=$@ -o $@ -Wl,-whole-archive $^ -Wl,-no-whole-archive -lc
+ gcc -fPIC -shared -Xlinker -soname=$@ -o $@ -Wl,-whole-archive $^ -Wl,-no-whole-archive -lc -lm
dotprod.o: dotprod.c fec.h