View | Details | Raw Unified | Return to bug 2985
Collapse All | Expand All

(-)openssh-7.9p1-orig/Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
CPPFLAGS=-I. -I$(srcdir)  -I/usr/local/heimdal/include -I/usr/local/include -I/usr/local/heimdal/include -I/usr/local/include $(PATHS) -DHAVE_CONFIG_H
44
CPPFLAGS=-I. -I$(srcdir)  -I/usr/local/heimdal/include -I/usr/local/include -I/usr/local/heimdal/include -I/usr/local/include $(PATHS) -DHAVE_CONFIG_H
45
LIBS=-lcrypto -lutil -lz 
45
LIBS=-lcrypto -lutil -lz 
46
K5LIBS=-Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/local/heimdal/lib -L/usr/local/heimdal/lib -lkrb5
46
K5LIBS=-Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/local/heimdal/lib -L/usr/local/heimdal/lib -lkrb5
47
GSSLIBS=-Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/local/heimdal/lib -L/usr/local/heimdal/lib -lgssapi
47
GSSLIBS=-Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/local/heimdal/lib -L/usr/local/lib -L/usr/local/heimdal/lib -lgssapi
48
SSHLIBS=
48
SSHLIBS=
49
SSHDLIBS=
49
SSHDLIBS=
50
LIBEDIT=
50
LIBEDIT=
(-)openssh-7.9p1-orig/config.h (-1 / +1 lines)
Lines 764-770 Link Here
764
/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
764
/* #undef HAVE_KRB5_CC_NEW_UNIQUE */
765
765
766
/* Define to 1 if you have the `krb5_free_error_message' function. */
766
/* Define to 1 if you have the `krb5_free_error_message' function. */
767
/* #undef HAVE_KRB5_FREE_ERROR_MESSAGE */
767
#define HAVE_KRB5_FREE_ERROR_MESSAGE 1
768
768
769
/* Define to 1 if you have the `krb5_get_error_message' function. */
769
/* Define to 1 if you have the `krb5_get_error_message' function. */
770
/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
770
/* #undef HAVE_KRB5_GET_ERROR_MESSAGE */
(-)openssh-7.9p1-orig/config.status (-1 / +1 lines)
Lines 433-439 Link Here
433
This config.status script is free software; the Free Software Foundation
433
This config.status script is free software; the Free Software Foundation
434
gives unlimited permission to copy, distribute and modify it."
434
gives unlimited permission to copy, distribute and modify it."
435
435
436
ac_pwd='/usr/src/usr.bin/openssh-7.9p1-orig'
436
ac_pwd='/usr/src/usr.bin/openssh-7.9p1'
437
srcdir='.'
437
srcdir='.'
438
INSTALL='/usr/bin/install -c'
438
INSTALL='/usr/bin/install -c'
439
MKDIR_P='./install-sh -c -d'
439
MKDIR_P='./install-sh -c -d'
(-)openssh-7.9p1-orig/openbsd-compat/port-aix.c (-1 / +1 lines)
Lines 26-31 Link Here
26
 */
26
 */
27
#include "includes.h"
27
#include "includes.h"
28
28
29
#ifdef _AIX
29
#include "xmalloc.h"
30
#include "xmalloc.h"
30
#include "sshbuf.h"
31
#include "sshbuf.h"
31
#include "ssherr.h"
32
#include "ssherr.h"
Lines 36-42 Link Here
36
#include "ssh_api.h"
37
#include "ssh_api.h"
37
#include "log.h"
38
#include "log.h"
38
39
39
#ifdef _AIX
40
40
41
#include <errno.h>
41
#include <errno.h>
42
#if defined(HAVE_NETDB_H)
42
#if defined(HAVE_NETDB_H)

Return to bug 2985