diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-06 22:28:17 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-06 22:28:17 +0000 |
commit | a9a63f0bfe44a9be50bdd9c23706b50948f9dbab (patch) | |
tree | 00832a9247fce241b3642b86ea149a3428112e22 /math/eispack | |
parent | fade4ac464738770b83ca51ee869aef7aabe379e (diff) | |
download | pkgsrc-a9a63f0bfe44a9be50bdd9c23706b50948f9dbab.tar.gz |
Added --version-info 0:0 for libtool.
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eispack/files/Makefile b/math/eispack/files/Makefile index 34ffffec82d..f23d957baf1 100644 --- a/math/eispack/files/Makefile +++ b/math/eispack/files/Makefile @@ -20,7 +20,7 @@ OBJ = csroot.o epslon.o pythag.o bakvec.o balanc.o balbak.o bandr.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 $*.f |