[csw-devel] SF.net SVN: gar:[7325] csw/mgar/pkg/postgresql/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Nov 17 16:24:08 CET 2009
Revision: 7325
http://gar.svn.sourceforge.net/gar/?rev=7325&view=rev
Author: dmichelsen
Date: 2009-11-17 15:24:08 +0000 (Tue, 17 Nov 2009)
Log Message:
-----------
postgresql: Remove includes from CFLAGS, they should be only in CPPFLAGS anyway. TBD: Review as general update in GAR
Modified Paths:
--------------
csw/mgar/pkg/postgresql/trunk/Makefile
csw/mgar/pkg/postgresql/trunk/checksums
Modified: csw/mgar/pkg/postgresql/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/trunk/Makefile 2009-11-17 15:01:51 UTC (rev 7324)
+++ csw/mgar/pkg/postgresql/trunk/Makefile 2009-11-17 15:24:08 UTC (rev 7325)
@@ -60,6 +60,8 @@
include gar/category.mk
+CFLAGS := $(filter-out -I%,$(CFLAGS))
+
post-merge:
ginstall -d $(PKGROOT)/etc/init.d && ginstall $(WORKDIR)/cswpostgres $(PKGROOT)/etc/init.d/
ginstall -d $(PKGROOT)/opt/csw/etc/pkg/postgresql && ginstall $(WORKDIR)/cswusergroup $(PKGROOT)/opt/csw/etc/pkg/postgresql/
Modified: csw/mgar/pkg/postgresql/trunk/checksums
===================================================================
--- csw/mgar/pkg/postgresql/trunk/checksums 2009-11-17 15:01:51 UTC (rev 7324)
+++ csw/mgar/pkg/postgresql/trunk/checksums 2009-11-17 15:24:08 UTC (rev 7325)
@@ -1,5 +1,5 @@
-45613fd5367cd230505ad68feb9ad634 README-CSW.txt
-6916c5b1a6e1285c6a564abf4b659697 cswpostgres
+6e4e2a7755acf94bc83200a308e21ef3 README-CSW.txt
+73f96aa85c8f99caf4d708c874e23dab cswpostgres
443171cc5303a8ea0f0a13cbb5e32189 cswusergroup
f2015af17bacbbfe140daf0d1067f9c9 postgresql-8.4.1.tar.bz2
-121c45f17350191ca5676453c25716da postgresql.conf
+20c32ebdca7d585728b6078798fa1f50 postgresql.conf
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