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

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Sat May 5 11:59:38 CEST 2012


Revision: 17938
          http://gar.svn.sourceforge.net/gar/?rev=17938&view=rev
Author:   wilbury
Date:     2012-05-05 09:59:38 +0000 (Sat, 05 May 2012)
Log Message:
-----------
- Disable building of recursor
- Correct BUILD and RUNTIME dependencies

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

Modified: csw/mgar/pkg/powerdns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/powerdns/trunk/Makefile	2012-05-05 09:55:11 UTC (rev 17937)
+++ csw/mgar/pkg/powerdns/trunk/Makefile	2012-05-05 09:59:38 UTC (rev 17938)
@@ -54,7 +54,7 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns
 CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns
-CONFIGURE_ARGS += --enable-recursor
+CONFIGURE_ARGS += --disable-recursor
 CONFIGURE_ARGS += --with-lua=no
 CONFIGURE_ARGS += --with-boost=/opt/csw/gxx
 CONFIGURE_ARGS += --with-mysql=$(prefix)
@@ -88,7 +88,11 @@
 RUNTIME_DEP_PKGS_CSWpdns += CSWliblber2-4-2
 RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2
 RUNTIME_DEP_PKGS_CSWpdns += CSWlibsqlite3-0
-BUILD_DEP_PKGS  = CSWmysql-dev CSWboostdevel CSWlibsqlite3-dev CSWopenldap-dev CSWlibz-dev
+BUILD_DEP_PKGS_CSWpdns += CSWmysql-dev
+BUILD_DEP_PGKS_CSWpdns += CSWboostdevel
+BUILD_DEP_PKGS_CSWpdns += CSWlibsqlite3-dev
+BUILD_DEP_PGKS_CSWpdns += CSWopenldap-dev
+BUILD_DEP_PGKS_CSWpdns += CSWlibz-dev
 
 # These are not errors!
 CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns

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