Bugzilla – Attachment 68 Details for
Bug 206
-SNAP-20020409: build failures on AIX 3.2.5 with XLC 1.2.1.16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Mods to configure.ac for IBM XLC 1.2.1.16 on AIX 3.2.5
openssh-SNAP.diff (text/plain), 1.58 KB, created by
Matthew Clarke
on 2002-04-10 16:09:14 AEST
(
hide
)
Description:
Mods to configure.ac for IBM XLC 1.2.1.16 on AIX 3.2.5
Filename:
MIME Type:
Creator:
Matthew Clarke
Created:
2002-04-10 16:09:14 AEST
Size:
1.58 KB
patch
obsolete
># openssh.orig: ># Source from openssh-SNAP-20020409.tar.gz. ># openssh.ds0: ># Modified to address build failures on IBM AIX 3.2.5 ># with IBM XLC 1.2.1.16. ># ># See bugzilla.mindrot.org, bug ID 206. >############################################################################## >diff -ru openssh.orig/configure.ac openssh.ds0/configure.ac >--- openssh.orig/configure.ac 2002-04-08 11:37:09.000000000 -0700 >+++ openssh.ds0/configure.ac 2002-04-09 21:55:31.000000000 -0700 >@@ -57,7 +57,18 @@ > CPPFLAGS="$CPPFLAGS -I/usr/local/include" > LDFLAGS="$LDFLAGS -L/usr/local/lib" > if (test "$LD" != "gcc" && test -z "$blibpath"); then >- blibpath="/usr/lib:/lib:/usr/local/lib" >+ AC_MSG_CHECKING([if linkage editor ($LD) accepts -blibpath]) >+ saved_LDFLAGS="$LDFLAGS" >+ LDFLAGS="$LDFLAGS -blibpath:/usr/lib:/lib:/usr/local/lib" >+ AC_TRY_LINK([], >+ [], >+ [ >+ AC_MSG_RESULT(yes) >+ blibpath="/usr/lib:/lib:/usr/local/lib" >+ ], >+ [ AC_MSG_RESULT(no) ] >+ ) >+ LDFLAGS="$saved_LDFLAGS" > fi > AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)]) > AC_DEFINE(BROKEN_GETADDRINFO) >@@ -1068,6 +1079,14 @@ > AC_CHECK_SIZEOF(long int, 4) > AC_CHECK_SIZEOF(long long int, 8) > >+# IBM XL C 1.2.1.16 (AIX 3.2.5): >+# "long long int" gives a warning about duplicate "long", and is treated >+# as "long int"; following is a kludge to ignore any "long long int" that >+# is 4 bytes long, and not attempt to build sftp-server. >+if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then >+ ac_cv_sizeof_long_long_int=0 >+fi >+ > # More checks for data types > AC_CACHE_CHECK([for u_int type], ac_cv_have_u_int, [ > AC_TRY_COMPILE(
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206
: 68