Revision: 25231 http://sourceforge.net/p/gar/code/25231 Author: wilbury Date: 2015-09-05 20:16:47 +0000 (Sat, 05 Sep 2015) Log Message: ----------- powerdns/trunk: Explicitly enable BIND backend
Modified Paths: -------------- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile =================================================================== --- csw/mgar/pkg/powerdns/trunk/Makefile 2015-09-05 19:43:02 UTC (rev 25230) +++ csw/mgar/pkg/powerdns/trunk/Makefile 2015-09-05 20:16:47 UTC (rev 25231) @@ -63,7 +63,7 @@ CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include CONFIGURE_ARGS += --with-sqlite3 -CONFIGURE_ARGS += --with-modules="ldap geo gmysql gsqlite3 pipe remote" +CONFIGURE_ARGS += --with-modules="bind ldap geo gmysql gsqlite3 pipe remote" EXTRA_CONFIGURE_ENV += "PKG_CONFIG=/opt/csw/bin/pkg-config" EXTRA_CONFIGURE_ENV += "PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig" @@ -75,6 +75,8 @@ LDFLAGS += -Wl,-B,direct LDFLAGS += -Wl,-z,ignore +BUILD_ARGS += "V=99" + # PowerDNS does not have any "test" target SKIPTEST = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.