diff options
Diffstat (limited to 'databases/postgresql/patches/patch-ag')
-rw-r--r-- | databases/postgresql/patches/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-ag b/databases/postgresql/patches/patch-ag new file mode 100644 index 00000000000..182772671c1 --- /dev/null +++ b/databases/postgresql/patches/patch-ag @@ -0,0 +1,11 @@ +--- interfaces/libpq/Makefile.orig Sun Oct 5 02:00:11 1997 ++++ interfaces/libpq/Makefile Sun Oct 5 02:00:31 1997 +@@ -151,7 +151,7 @@ + install-shlib: $(shlib) + $(INSTALL) $(INSTL_LIB_OPTS) $(shlib) $(DESTDIR)$(LIBDIR)/$(shlib) + rm -f $(DESTDIR)$(LIBDIR)/libpq.so +- ln -s libpq.so.1 $(DESTDIR)$(LIBDIR)/libpq.so ++ ln -s libpq.so.1.0 $(DESTDIR)$(LIBDIR)/libpq.so + + depend dep: + $(CC) -MM $(INCLUDE_OPT) *.c >depend |