OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/pgsql/Makefile versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/pgsql/Makefile 1.3 -> 1.4

--- Makefile     2006/07/31 12:43:32     1.3
+++ Makefile     2006/11/20 19:29:27     1.4
@@ -14,6 +14,7 @@
 
 PG_CONFIG         ?= pg_config
 PGXS              := $(shell $(PG_CONFIG) --pgxs)
+POSTGRES          := $(shell $(PG_CONFIG) --bindir)/postgres
 top_builddir      := $(dir $(PGXS))../..
 include           $(top_builddir)/src/Makefile.global
     
@@ -25,6 +26,7 @@
 override CPPFLAGS := -I.. $(CPPFLAGS)
 SHLIB_LINK        := -L../.libs -luuid
 SHLIB_LINK        += $(shell test $(shell uname -s) = FreeBSD && echo "-Wl,-Bsymbolic")
+SHLIB_LINK        += $(shell test $(shell uname -s) = Darwin && echo "-bundle_loader $(POSTGRES)")
 rpath             :=
 
 all: uuid.sql all-lib

CVSTrac 2.0.1