[csw-devel] SF.net SVN: gar:[18426] csw/mgar/pkg/pgadmin3/trunk/Makefile
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Fri Jun 15 17:45:03 CEST 2012
Revision: 18426
http://gar.svn.sourceforge.net/gar/?rev=18426&view=rev
Author: guengel
Date: 2012-06-15 15:45:03 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
pgadmin3/trunk: Explicitely tell configure where to find libxml, libxslt and postgres-dev.
Modified Paths:
--------------
csw/mgar/pkg/pgadmin3/trunk/Makefile
Modified: csw/mgar/pkg/pgadmin3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pgadmin3/trunk/Makefile 2012-06-15 13:00:46 UTC (rev 18425)
+++ csw/mgar/pkg/pgadmin3/trunk/Makefile 2012-06-15 15:45:03 UTC (rev 18426)
@@ -58,9 +58,13 @@
BUILD_DEP_PKGS += CSWlibssl-dev
BUILD_DEP_PKGS += CSWlibxml2-dev
BUILD_DEP_PKGS += CSWlibxslt-dev
+BUILD_DEP_PKGS += CSWpostgresql-dev
BUILD_DEP_PKGS += CSWwxwidgetsdevel
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-pgsql=$(prefix)
+CONFIGURE_ARGS += --with-libxml2=$(prefix)
+CONFIGURE_ARGS += --with-libxslt=$(prefix)
EXTRA_CXXFLAGS += -norunpath
include gar/category.mk
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