summaryrefslogtreecommitdiff
path: root/math/fftpack/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/files')
-rw-r--r--math/fftpack/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftpack/files/Makefile b/math/fftpack/files/Makefile
index 2ba1f14762c..26f8d31255a 100644
--- a/math/fftpack/files/Makefile
+++ b/math/fftpack/files/Makefile
@@ -18,7 +18,7 @@ OBJ = cfftb.o cosqf1.o passb2.o radb2.o radfg.o \
lib$(LIB): $(OBJ)
@$(LIBTOOL) --mode=link $(FORTRAN) $(FFLAGS) $(FOPTS) \
- -O -o lib$(LIB).la $(OBJ:.o=.lo) -rpath $(LIBDIR)
+ -O -o lib$(LIB).la $(OBJ:.o=.lo) --version-info 0:0 -rpath $(LIBDIR)
.f.o:
@$(LIBTOOL) --mode=compile $(FORTRAN) $(FFLAGS) $(FOPTS) -c $<