Bug 224 - configure.ac changes for crays
Summary: configure.ac changes for crays
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: Other Other
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-23 09:10 AEST by wendy palm
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wendy palm 2002-04-23 09:10:14 AEST
--- configure.ac.orig   Mon Apr 22 14:31:27 2002
+++ configure.ac        Mon Apr 22 14:32:48 2002
@@ -236,12 +236,29 @@
        AC_CHECK_FUNCS(getluid setluid)
        MANTYPE=man
        ;;
+*-*-unicosmk*)
+       no_libsocket=1
+       no_libnsl=1
+       not_sco=1
+       MANTYPE=cat
+       AC_DEFINE(USE_PIPES)
+       AC_DEFINE(LOGIN_NEEDS_UTMPX)
+       AC_DEFINE(USE_UTMP)
+       AC_DEFINE(USE_WTMP)
+       LDFLAGS="$LDFLAGS -L/usr/local/lib"
+       LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm"
+       ;;
 *-*-unicos*)
        no_libsocket=1
        no_libnsl=1
+       not_sco=1
+       MANTYPE=cat
        AC_DEFINE(USE_PIPES)
+       AC_DEFINE(LOGIN_NEEDS_UTMPX)
+       AC_DEFINE(USE_UTMP)
+       AC_DEFINE(USE_WTMP)
        LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=334:fatal,-L/usr/local/lib"
-       LIBS="$LIBS -lgen -lrsc"
+       LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm"
        ;;
 *-dec-osf*)
        AC_MSG_CHECKING(for Digital Unix SIA)
Comment 1 wendy palm 2002-04-23 09:12:44 AEST
sorry, slight error with that last patch.  
try this instead (with 22 april snapshot):

--- configure.ac.orig   Mon Apr 22 14:31:27 2002
+++ configure.ac        Mon Apr 22 14:32:48 2002
@@ -236,12 +236,29 @@
        AC_CHECK_FUNCS(getluid setluid)
        MANTYPE=man
        ;;
+*-*-unicosmk*)
+       no_libsocket=1
+       no_libnsl=1
+       not_sco=1
+       MANTYPE=cat
+       AC_DEFINE(USE_PIPES)
+       AC_DEFINE(LOGIN_NEEDS_UTMPX)
+       AC_DEFINE(USE_UTMP)
+       AC_DEFINE(USE_WTMP)
+       LDFLAGS="$LDFLAGS"
+       LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm"
+       ;;
 *-*-unicos*)
        no_libsocket=1
        no_libnsl=1
+       not_sco=1
+       MANTYPE=cat
        AC_DEFINE(USE_PIPES)
+       AC_DEFINE(LOGIN_NEEDS_UTMPX)
+       AC_DEFINE(USE_UTMP)
+       AC_DEFINE(USE_WTMP)
-       LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=334:fatal,-L/usr/local/lib"
+       LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=334:fatal"
-       LIBS="$LIBS -lgen -lrsc"
+       LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm"
        ;;
 *-dec-osf*)
        AC_MSG_CHECKING(for Digital Unix SIA)
Comment 2 wendy palm 2002-07-23 08:42:28 AEST
superceeded by bug 367
Comment 3 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED