openbsd-ports/databases/postgresql/patches/patch-src_Makefile_shlib

13 lines
451 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_Makefile_shlib,v 1.6 2006/05/24 11:18:29 bernd Exp $
--- src/Makefile.shlib.orig Sat Dec 3 21:16:39 2005
+++ src/Makefile.shlib Wed May 24 11:01:21 2006
@@ -119,7 +119,7 @@ endif
2006-01-07 06:11:17 -05:00
ifeq ($(PORTNAME), openbsd)
ifdef ELF_SYSTEM
- LINK.shared = $(COMPILER) -shared -Wl,-x,-soname,$(soname)
+ LINK.shared = $(COMPILER) -shared -Wl,-x
SHLIB_LINK += -lc
else
LINK.shared = $(LD) -x -Bshareable -Bforcearchive