[csw-devel] SF.net SVN: gar:[7538] csw/mgar/pkg/postgresql/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 2 16:43:37 CET 2009


Revision: 7538
          http://gar.svn.sourceforge.net/gar/?rev=7538&view=rev
Author:   wahwah
Date:     2009-12-02 15:43:37 +0000 (Wed, 02 Dec 2009)

Log Message:
-----------
postgresql: Fixing initsmf path, removing references to /opt/csw/lib/32

Modified Paths:
--------------
    csw/mgar/pkg/postgresql/trunk/Makefile

Modified: csw/mgar/pkg/postgresql/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/trunk/Makefile	2009-12-02 14:28:09 UTC (rev 7537)
+++ csw/mgar/pkg/postgresql/trunk/Makefile	2009-12-02 15:43:37 UTC (rev 7538)
@@ -84,11 +84,7 @@
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-includes=/opt/csw/include
-CONFIGURE_ARGS_isa-sparcv8 += --with-libraries=/opt/csw/lib/32
-CONFIGURE_ARGS_isa-i386    += --with-libraries=/opt/csw/lib/32
-CONFIGURE_ARGS_isa-sparcv9 += --with-libraries=/opt/csw/lib/64
-CONFIGURE_ARGS_isa-amd64   += --with-libraries=/opt/csw/lib/64
-CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MODULATION))
+CONFIGURE_ARGS += --with-library=$(abspath /opt/csw/lib/$(MM_LIBDIR))
 
 # # Perl support only in the 32-bit version
 # CONFIGURE_ARGS_isa-sparcv8 += --with-perl
@@ -119,9 +115,8 @@
 PKGFILES_CSWpostgresqldevel += $(prefix)/share/doc/postgresql/html.*
 PKGFILES_CSWlibpq  = $(PKGFILES_RT)
 PKGFILES_CSWlibpq += $(libdir)/64
-PKGFILES_CSWlibpq += $(libdir)/32
 
-INITSMF = /etc$(prefix)/init\.d/cswpostgresql_$(BASE_VERSION)
+INITSMF = /etc$(prefix)/init\.d/cswpostgres_$(BASE_VERSION)
 USERGROUP = /etc$(prefix)/pkg/postgresql-$(BASE_VERSION)
 PRESERVECONF = $(sysconfdir)/postgresql\.conf
 
@@ -203,5 +198,4 @@
 	done
 	ginstall -d $(PKGROOT)$(PGDATA)
 	gln -s $(ISA_DEFAULT64) $(PKGROOT)$(libdir)/64
-	gln -s . $(PKGROOT)$(libdir)/32
 	@$(MAKECOOKIE)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list