[openssh-commits] [openssh] branch master updated: Pass COMPATINCLUDES down to openbsd-compat too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Oct 2 10:50:20 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new b9f6a84ea Pass COMPATINCLUDES down to openbsd-compat too.
b9f6a84ea is described below
commit b9f6a84ea383d811216de38219472214963c10b2
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Oct 2 10:48:04 2025 +1000
Pass COMPATINCLUDES down to openbsd-compat too.
Fixes build on Solaris, AIX and probably others.
---
openbsd-compat/Makefile.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 5bce2b38b..53c87db6d 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -3,12 +3,14 @@ piddir=@piddir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
+BUILDDIR=@abs_top_builddir@
VPATH=@srcdir@
CC=@CC@
LD=@LD@
CFLAGS=@CFLAGS@
CFLAGS_NOPIE=@CFLAGS_NOPIE@
-CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
+COMPATINCLUDES="$(BUILDDIR)/@COMPATINCLUDES@"
+CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(COMPATINCLUDES) @CPPFLAGS@ @DEFS@
PICFLAG=@PICFLAG@
LIBS=@LIBS@
AR=@AR@
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list