summaryrefslogtreecommitdiff
path: root/databases/gdbm/patches
diff options
context:
space:
mode:
authoragc <agc>1997-11-20 11:47:23 +0000
committeragc <agc>1997-11-20 11:47:23 +0000
commitbdbcfd7caee085b3737f00dc2b423daf4f7249f3 (patch)
tree19efc34b2cf2a9dd34a92aeb77b66287fc3fff3d /databases/gdbm/patches
parent30ed5ff41ccd0402585567a833636f3e9fdce35a (diff)
downloadpkgsrc-bdbcfd7caee085b3737f00dc2b423daf4f7249f3.tar.gz
Run ranlib on the installed library.
Diffstat (limited to 'databases/gdbm/patches')
-rw-r--r--databases/gdbm/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/gdbm/patches/patch-aa b/databases/gdbm/patches/patch-aa
index 61df0b74a57..2e35747c21c 100644
--- a/databases/gdbm/patches/patch-aa
+++ b/databases/gdbm/patches/patch-aa
@@ -10,3 +10,13 @@
@c @setchapternewpage odd
@comment %**end of header (This is for running Texinfo on a region.)
+--- Makefile.in 1997/11/20 11:43:20 1.1
++++ Makefile.in 1997/11/20 11:44:10
+@@ -94,6 +94,7 @@
+
+ install: libgdbm.a gdbm.h gdbm.info
+ $(INSTALL_DATA) libgdbm.a $(libdir)/libgdbm.a
++ $(RANLIB) $(libdir)/libgdbm.a
+ $(INSTALL_DATA) gdbm.h $(includedir)/gdbm.h
+ $(INSTALL_DATA) $(srcdir)/gdbm.3 $(man3dir)/gdbm.3
+ $(INSTALL_DATA) $(srcdir)/gdbm.info $(infodir)/gdbm.info