зеркало из https://github.com/Azure/sonic-openssh.git
- (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
This commit is contained in:
Родитель
36ccb5c4f3
Коммит
ef7ed5eadf
|
@ -1,3 +1,7 @@
|
|||
20000813
|
||||
- (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
|
||||
Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
|
||||
|
||||
20000809
|
||||
- (djm) Define AIX hard limits if headers don't. Report from
|
||||
Bill Painter <william.t.painter@lmco.com>
|
||||
|
|
|
@ -21,7 +21,7 @@ ASKPASS_PROGRAM=$(ASKPASS_LOCATION)/ssh-askpass
|
|||
CC=@CC@
|
||||
LD=@LD@
|
||||
PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
|
||||
CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
|
||||
CFLAGS=@CFLAGS@ -I. -I$(srcdir) $(PATHS) @DEFS@
|
||||
LIBS=@LIBS@
|
||||
AR=@AR@
|
||||
RANLIB=@RANLIB@
|
||||
|
|
Загрузка…
Ссылка в новой задаче