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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Feb 12 15:16:20 CET 2010


Revision: 8521
          http://gar.svn.sourceforge.net/gar/?rev=8521&view=rev
Author:   dmichelsen
Date:     2010-02-12 14:16:20 +0000 (Fri, 12 Feb 2010)

Log Message:
-----------
openldap: Fix dependencies and ignore known oddities

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

Modified: csw/mgar/pkg/openldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openldap/trunk/Makefile	2010-02-12 13:18:19 UTC (rev 8520)
+++ csw/mgar/pkg/openldap/trunk/Makefile	2010-02-12 14:16:20 UTC (rev 8521)
@@ -44,7 +44,7 @@
 SPKG_DESC_CSWoldaprt     = OpenLDAP runtime libraries
 
 RUNTIME_DEP_PKGS_CSWoldap       = CSWbdb47 CSWiconv CSWlibnet CSWlibtoolrt CSWoldaprt
-RUNTIME_DEP_PKGS_CSWoldap      += CSWosslrt CSWsasl CSWtcpwrap CSWunixodbc CSWcswclassutils
+RUNTIME_DEP_PKGS_CSWoldap      += CSWosslrt CSWsasl CSWtcpwrap CSWunixodbc
 RUNTIME_DEP_PKGS_CSWoldap      += CSWkrb5lib CSWlibicu CSWperl
 RUNTIME_DEP_PKGS_CSWoldapclient = CSWlibnet CSWoldaprt CSWosslrt CSWsasl CSWkrb5lib
 RUNTIME_DEP_PKGS_CSWoldapdevel  = CSWoldaprt
@@ -116,6 +116,13 @@
 
 INITSMF = /etc/opt/csw/init.d/cswopenldap
 
+# There are plenty of cross-references. Ignore for now, but should be
+# investigated later.
+CHECKPKG_OVERRIDES = symbol-not-found
+CHECKPKG_OVERRIDES_CSWoldapdevel  = symbol-not-found
+# The devel package depends on rt instead of the full package, that is ok.
+CHECKPKG_OVERRIDES_CSWoldapdevel += CSWoldapdevel|missing-dependency|CSWoldap
+
 include gar/category.mk
 
 CFLAGS := $(filter-out -I%,$(CFLAGS))


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