diff options
author | jtb <jtb> | 2000-12-06 22:28:17 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-06 22:28:17 +0000 |
commit | 4e7432dd8b0d4251b0e7d1c7550b644702cfcf49 (patch) | |
tree | 00832a9247fce241b3642b86ea149a3428112e22 /math/eispack | |
parent | a6cac941dcff35478213e70b85a8c0edebb364d5 (diff) | |
download | pkgsrc-4e7432dd8b0d4251b0e7d1c7550b644702cfcf49.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 |