[csw-devel] SF.net SVN: gar:[17600] csw/mgar/pkg/powerdns/trunk/Makefile
wilbury at users.sourceforge.net
wilbury at users.sourceforge.net
Wed Apr 4 00:51:31 CEST 2012
Revision: 17600
http://gar.svn.sourceforge.net/gar/?rev=17600&view=rev
Author: wilbury
Date: 2012-04-03 22:51:31 +0000 (Tue, 03 Apr 2012)
Log Message:
-----------
powerdns/trunk: Correct dependencies.
Modified Paths:
--------------
csw/mgar/pkg/powerdns/trunk/Makefile
Modified: csw/mgar/pkg/powerdns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/powerdns/trunk/Makefile 2012-04-03 21:50:35 UTC (rev 17599)
+++ csw/mgar/pkg/powerdns/trunk/Makefile 2012-04-03 22:51:31 UTC (rev 17600)
@@ -48,7 +48,7 @@
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/mysql
+CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include
EXTRA_INC = /opt/csw/gxx/include
LDFLAGS += -L/opt/csw/gxx/lib
@@ -82,15 +82,9 @@
SPKG_DESC_CSWlibgmysqlbackend += $(DESCRIPTION), libgmysqlbackend.so
RUNTIME_DEP_PKGS_CSWpdns += CSWlibgmysqlbackend
-PACKAGES += CSWlibpipebackend
-CATALOGNAME_CSWlibpipebackend = libpipebackend
-PKGFILES_CSWlibpipebackend += $(call baseisadirs,$(libdir),libpipebackend\.so)
-PKGFILES_CSWlibpipebackend += $(call baseisadirs,$(libdir),libpipebackend\.so(\.\d+)*)
-RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibz1
-SPKG_DESC_CSWlibpipebackend += $(DESCRIPTION), libpipebackend.so
-RUNTIME_DEP_PKGS_CSWpdns += CSWlibpipebackend
+# These are not errors!
+CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so
+CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += soname-equals-filename|file=/opt/csw/lib/libgmysqlbackend.so
INITSMF = /etc/opt/csw/init.d/cswpdns
PRESERVECONF = /etc/opt/csw/pdns/pdns.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