[31554] trunk/dports/databases/postgresql82/Portfile

mww at macports.org mww at macports.org
Tue Nov 27 13:13:03 PST 2007


Revision: 31554
          http://trac.macosforge.org/projects/macports/changeset/31554
Author:   mww at macports.org
Date:     2007-11-27 13:13:03 -0800 (Tue, 27 Nov 2007)

Log Message:
-----------
fix build on 10.5 -- LD_PREBIND and LD_PREBIND_ALLOW_OVERLAP confuse the linker

Modified Paths:
--------------
    trunk/dports/databases/postgresql82/Portfile

Modified: trunk/dports/databases/postgresql82/Portfile
===================================================================
--- trunk/dports/databases/postgresql82/Portfile	2007-11-27 21:03:50 UTC (rev 31553)
+++ trunk/dports/databases/postgresql82/Portfile	2007-11-27 21:13:03 UTC (rev 31554)
@@ -50,6 +50,7 @@
 configure.cppflags-append	"-I${worksrcpath}/src/interfaces/libpq"
 
 build.type		gnu
+build.cmd		"unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && ${build.cmd}"
 build.target
 
 test.run		yes
@@ -100,9 +101,9 @@
 platform darwin 9 {
 	configure.compiler	gcc-4.0
 	# experimental patch -- see http://leenux.org.uk/dtrace-patches/dtrace-with-postgres-on-osx/
-	patchfiles		postgresql-825-fixosxdtrace.diff
-	patch.pre_args		-p1
-	configure.args-append	--enable-dtrace
+	# patchfiles		postgresql-825-fixosxdtrace.diff
+	# patch.pre_args		-p1
+	# configure.args-append	--enable-dtrace
 }
 
 post-install {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071127/2fefc569/attachment-0001.html


More information about the macports-changes mailing list