openbsd-ports/databases/postgresql/patches/patch-src_Makefile_shlib
pea 78bfd95a99 Upgrade PostgreSQL to the latest version 8.4.0.
Initial diff (for rc and beta) from simon@

ok mbalmer@, simon@
commitski jasper@

BE CAREFULL: it's a major upgrade !
You MUST dump/restore all your data for this upgrade.
2009-07-21 19:43:45 +00:00

13 lines
417 B
Plaintext

$OpenBSD: patch-src_Makefile_shlib,v 1.7 2009/07/21 19:43:45 pea Exp $
--- src/Makefile.shlib.orig Mon Jan 5 10:27:19 2009
+++ src/Makefile.shlib Sun May 31 11:58:20 2009
@@ -154,7 +154,7 @@ ifeq ($(PORTNAME), openbsd)
ifdef ELF_SYSTEM
LINK.shared = $(COMPILER) -shared
ifdef soname
- LINK.shared += -Wl,-x,-soname,$(soname)
+ LINK.shared += -Wl,-x
endif
SHLIB_LINK += -lc
else