openbsd-ports/databases/postgresql/patches/patch-src_makefiles_Makefile_openbsd
naddy 8eb8b90598 Update to 7.3.
From: Peter Galbavy <peter.galbavy@knowtion.net>
2002-12-17 16:38:53 +00:00

15 lines
378 B
Plaintext

$OpenBSD: patch-src_makefiles_Makefile_openbsd,v 1.2 2002/12/17 16:38:54 naddy Exp $
--- src/makefiles/Makefile.openbsd.orig Wed Aug 29 19:14:40 2001
+++ src/makefiles/Makefile.openbsd Fri Feb 1 11:24:08 2002
@@ -1,8 +1,9 @@
AROPT = cr
+rpath = -Wl,-rpath,$(libdir)
+
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
-rpath = -R$(libdir)
shlib_symbolic = -Wl,-Bsymbolic
endif