SF.net SVN: gar:[23388] csw/mgar/pkg/389-ds-base/branches/vers1.3.2/ Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Apr 10 08:23:34 CEST 2014
Revision: 23388
http://sourceforge.net/p/gar/code/23388
Author: cgrzemba
Date: 2014-04-10 06:23:34 +0000 (Thu, 10 Apr 2014)
Log Message:
-----------
389-ds-base/branches/vers1.3.2: adapt runtime dependencies
Modified Paths:
--------------
csw/mgar/pkg/389-ds-base/branches/vers1.3.2/Makefile
Modified: csw/mgar/pkg/389-ds-base/branches/vers1.3.2/Makefile
===================================================================
--- csw/mgar/pkg/389-ds-base/branches/vers1.3.2/Makefile 2014-04-09 13:08:01 UTC (rev 23387)
+++ csw/mgar/pkg/389-ds-base/branches/vers1.3.2/Makefile 2014-04-10 06:23:34 UTC (rev 23388)
@@ -25,7 +25,10 @@
LICENSE = LICENSE
GARCOMPILER = SOS12U3
+# builds but was not able to debug
# GARCOMPILER = GCC4
+LDAPAPI=mozldap
+# LDAPAPI=openldap
PATCHFILES += 0005-add-standard-path.patch
PATCHFILES += 0006-replace-SV-sh-with-Posix-sh.patch
@@ -96,18 +99,30 @@
RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnssdbm3
RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibpcre1
RUNTIME_DEP_PKGS_CSW389-ds-base += CSWpm-netaddr-ip
-RUNTIME_DEP_PKGS_CSW389-ds-base += CSWliblber2-4-2
+RUNTIME_DEP_PKGS_CSW389-ds-base_openldap += CSWliblber2-4-2
RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibicui18n52
RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibicuuc52
-RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibldap-r2-4-2
-RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibldap2-4-2
+RUNTIME_DEP_PKGS_CSW389-ds-base_openldap += CSWlibldap-r2-4-2
+RUNTIME_DEP_PKGS_CSW389-ds-base_openldap += CSWlibldap2-4-2
+
+RUNTIME_DEP_PKGS_CSW389-ds-base_mozldap += CSWlibprldap60
+RUNTIME_DEP_PKGS_CSW389-ds-base_mozldap += CSWlibldif60
+RUNTIME_DEP_PKGS_CSW389-ds-base_mozldap += CSWlibldap60
+RUNTIME_DEP_PKGS_CSW389-ds-base_mozldap += CSWlibssldap60
+
RUNTIME_DEP_PKGS_CSW389-ds-base_sparc += CSWlibk5crypto3
RUNTIME_DEP_PKGS_CSW389-ds-base_sparc += CSWlibintl8
RUNTIME_DEP_PKGS_CSW389-ds-base_sparc += CSWlibicudata52
+RUNTIME_DEP_PKGS_CSW389-ds-base_sparc_GCC4 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSW389-ds-base_sparc_GCC4 += CSWlibstdc++6
RUNTIME_DEP_PKGS_CSW389-ds-base += $(RUNTIME_DEP_PKGS_CSW389-ds-base_$(GARCH))
+RUNTIME_DEP_PKGS_CSW389-ds-base += $(RUNTIME_DEP_PKGS_CSW389-ds-base_$(GARCH)_$(GARCOMPILER))
+RUNTIME_DEP_PKGS_CSW389-ds-base += $(RUNTIME_DEP_PKGS_CSW389-ds-base_$(LDAPAPI))
+# it is only a comment
CHECKPKG_OVERRIDES_CSW389-ds-base += file-with-bad-content|/usr/share|root/opt/csw/lib/dirsrv/perl/DSUpdate.pm
+CHECKPKG_OVERRIDES_CSW389-ds-base += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/dirsrv/perl/DSUpdate.pm
CHECKPKG_OVERRIDES_CSW389-ds-base += surplus-dependency|CSWpython
CHECKPKG_OVERRIDES_CSW389-ds-base += init-file-missing-cswinitsmf-class|/etc/opt/csw/init.d/dirsrv-snmp|class=none
# is needed for setup scripts!
@@ -134,7 +149,7 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-ldapsdk-inc=$(includedir)/dirsrv
CONFIGURE_ARGS += --with-ldapsdk-lib=$(libdir)
-CONFIGURE_ARGS += --with-ldapsdk-bin=$(abspath $(prefix)/dirsrv/bin/$(MM_BINDIR))
+CONFIGURE_ARGS += --with-ldapsdk-bin=$(prefix)/dirsrv/bin
# CONFIGURE_ARGS += --with-ldapsdk-bin=$(bindir)
# CONFIGURE_ARGS += --with-openldap=$(prefix)
# CONFIGURE_ARGS += --with-openldap-inc=$(includedir)
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