[csw-devel] SF.net SVN: gar:[17618] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Fri Apr 6 22:23:10 CEST 2012


Revision: 17618
          http://gar.svn.sourceforge.net/gar/?rev=17618&view=rev
Author:   wilbury
Date:     2012-04-06 20:23:09 +0000 (Fri, 06 Apr 2012)
Log Message:
-----------
powerdns/branches/pdns-3.1-rc1: Enable recursor, build also PostgreSQL backend.

Modified Paths:
--------------
    csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile

Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile
===================================================================
--- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile	2012-04-06 20:18:20 UTC (rev 17617)
+++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile	2012-04-06 20:23:09 UTC (rev 17618)
@@ -57,13 +57,16 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns
 CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns
-CONFIGURE_ARGS += --disable-recursor
+CONFIGURE_ARGS += --enable-recursor
 CONFIGURE_ARGS += --with-lua=no
 CONFIGURE_ARGS += --with-boost=/opt/csw/gxx
 CONFIGURE_ARGS += --with-mysql=$(prefix)
 CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib
 CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include
-CONFIGURE_ARGS += --with-modules="ldap geo gmysql"
+CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql
+CONFIGURE_ARGS += --with-pgsql-lib=$(prefix)/postgresql/lib
+CONFIGURE_ARGS += --with-pgsql-includes=$(prefix)/postgresql/include
+CONFIGURE_ARGS += --with-modules="ldap geo gmysql gpgsql"
 
 # Prepend Boost 1.49 installation in paths so we pick up the correct one
 EXTRA_INC = /opt/csw/gxx/include

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