diff options
author | rh <rh@pkgsrc.org> | 2001-09-05 12:48:48 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-05 12:48:48 +0000 |
commit | 97329043155198ac06573c08572f2766ddee2e83 (patch) | |
tree | e36abd74b12e9e1bd069378d8933aec43e97eec3 /databases/postgresql | |
parent | e3b1a9a88a2f5f2a34b773ff890ac01ff70e74eb (diff) | |
download | pkgsrc-97329043155198ac06573c08572f2766ddee2e83.tar.gz |
Make this compile under NetBSD-1.4.x and other systems that don't come with
preinstalled libssl and libcrypto.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql/patches/patch-aj | 12 |
2 files changed, 9 insertions, 7 deletions
diff --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo index 2438117c321..1997d572e51 100644 --- a/databases/postgresql/distinfo +++ b/databases/postgresql/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2001/07/27 17:52:33 jlam Exp $ +$NetBSD: distinfo,v 1.6 2001/09/05 12:48:48 rh Exp $ SHA1 (postgresql-7.1.2.tar.gz) = d428b911b97fce1aea43f7322cc8c081322d258c Size (postgresql-7.1.2.tar.gz) = 8117016 bytes @@ -11,6 +11,6 @@ SHA1 (patch-af) = 79f9153c463e6ea81bacc0ec8ba941b0e96e2745 SHA1 (patch-ag) = 64279ce6b8677563e5b6c200fb22c46d5f964f42 SHA1 (patch-ah) = bd89be830747ede444516f1abf44a0407164fe8d SHA1 (patch-ai) = 02b84f52941e7cb939388137392df18d53eecfb2 -SHA1 (patch-aj) = ca947f3686958c55d61c8110e99283038279d308 +SHA1 (patch-aj) = 61d8fc8eed33031092912f6a8f81db523329cc9c SHA1 (patch-ak) = a3a50e64b70a0829c0374b803e4a5c6a6ed9c83e SHA1 (patch-al) = d1da4a0bd321b5dd683dadaaf0edc452c2292d0b diff --git a/databases/postgresql/patches/patch-aj b/databases/postgresql/patches/patch-aj index ddbbd3246c7..1ac5d1cdf8e 100644 --- a/databases/postgresql/patches/patch-aj +++ b/databases/postgresql/patches/patch-aj @@ -1,15 +1,17 @@ -$NetBSD: patch-aj,v 1.8 2001/05/14 14:52:38 jlam Exp $ +$NetBSD: patch-aj,v 1.9 2001/09/05 12:48:48 rh Exp $ ---- src/makefiles/Makefile.netbsd.orig Sat Jan 6 21:03:41 2001 +--- src/makefiles/Makefile.netbsd.orig Sat Dec 16 19:14:25 2000 +++ src/makefiles/Makefile.netbsd -@@ -3,7 +3,9 @@ +@@ -2,8 +2,10 @@ + ifdef ELF_SYSTEM export_dynamic = -Wl,-E - rpath = -Wl,-R$(libdir) +-rpath = -Wl,-R$(libdir) -shlib_symbolic = -Wl,-Bsymbolic ++rpath = -L$(libdir) -Wl,-R$(libdir) +shlib_symbolic = -Wl,-Bsymbolic -lc +else -+rpath = -R$(libdir) ++rpath = -L$(libdir) -R$(libdir) endif DLSUFFIX = .so |