53b2b248ac
Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314) For detailed information please see: http://developer.postgresql.org/docs/postgres/release-8-1-4.html http://secunia.com/advisories/20231/ ok mbalmer@ (MAINTAINER)
13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
$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
|
|
|
|
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
|