summaryrefslogtreecommitdiff
path: root/math/odepack
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-12-06 22:28:17 +0000
committerjtb <jtb@pkgsrc.org>2000-12-06 22:28:17 +0000
commita9a63f0bfe44a9be50bdd9c23706b50948f9dbab (patch)
tree00832a9247fce241b3642b86ea149a3428112e22 /math/odepack
parentfade4ac464738770b83ca51ee869aef7aabe379e (diff)
downloadpkgsrc-a9a63f0bfe44a9be50bdd9c23706b50948f9dbab.tar.gz
Added --version-info 0:0 for libtool.
Diffstat (limited to 'math/odepack')
-rw-r--r--math/odepack/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/odepack/files/Makefile b/math/odepack/files/Makefile
index 3b81cc8276b..d64ae1c79b1 100644
--- a/math/odepack/files/Makefile
+++ b/math/odepack/files/Makefile
@@ -16,7 +16,7 @@ OBJ = adjlr.o aigbt.o ainvg.o blkdta000.o bnorm.o cdrv.o cfode.o cntnzu.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