#261 Add Solaris i386
Closed: wontfix None Opened 12 years ago by shaines.

In configure.ac and Makefile.am the platform Solaris i386 is not taken into
account


this is also necessary for 389-admin.

diff --git a/configure.ac b/configure.ac
index 1a438e3..d9850f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,13 +192,12 @@ case $host in
# HPUX doesn't use /etc for this
initdir=/init.d
;;
- sparc-sun-solaris)
+
--solaris)
AC_DEFINE([XP_UNIX], [1], [UNIX])
AC_DEFINE([SVR4], [1], [SVR4])
AC_DEFINE([svr4], [1], [SVR4])
AC_DEFINE([__svr4
], [1], [SVR4])
AC_DEFINE([_SVID_GETTOD], [1], [SVID_GETTOD])
- AC_DEFINE([CPU_sparc], [], [cpu type sparc])
AC_DEFINE([OS_solaris], [1], [OS SOLARIS])
AC_DEFINE([sunos5], [1], [SunOS5])
AC_DEFINE([OSVERSION], [509], [OS version])
@@ -215,8 +214,6 @@ dnl Cstd and Crun are required to link any C++ related code (ICU)
AC_SUBST([LIBCRUN], [$LIBCRUN])
CXXLINK_REQUIRED=1
platform="solaris"
- # assume 64 bit
- perlexec='/usr/lib/sparcv9/dirsec/perl5x/bin/perl'
initdir='$(sysconfdir)/init.d'
;;
*)
--

The patch file https://fedorahosted.org/389/attachment/ticket/261/configure.ac.patch does not appear to be for directory server - is it for admin server?

To ssh://git.fedorahosted.org/git/389/ds.git
8500054..ac6a81f master -> master
commit changeset:ac6a81f/389-ds-base
Author: Rich Megginson rmeggins@redhat.com
Date: Wed Mar 28 13:56:55 2012 -0600

originally targeted for 1.2.11.rc1, but actually in the 1.2.11.a1 release

Added initial screened field value.

Metadata Update from @cgrzemba:
- Issue assigned to rmeggins
- Issue set to the milestone: 1.2.11.a1

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/261

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata