[openssh-commits] [openssh] 01/02: Add $(srcdir) for standalone sk-libfido2 make target.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Dec 12 21:24:14 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 924f996144fc0ae1a659fadcfc2237d1ae935fc4
Author: Xavier Hsinyuan <me at lstlx.com>
AuthorDate: Mon Dec 9 11:21:05 2024 +0800
Add $(srcdir) for standalone sk-libfido2 make target.
Fix out-of-tree build failure due to incorrect path for `sk-usbhid.c`.
---
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 1f2542dd..01f3756a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -279,8 +279,8 @@ libssh-pic.a: $(LIBSSH_PIC_OBJS)
$(AR) rv $@ $(LIBSSH_PIC_OBJS)
$(RANLIB) $@
-$(SK_STANDALONE): sk-usbhid.c $(LIBCOMPAT) libssh-pic.a
- $(CC) -o $@ -shared $(CFLAGS_NOPIE) $(CPPFLAGS) -DSK_STANDALONE $(PICFLAG) sk-usbhid.c \
+$(SK_STANDALONE): $(srcdir)/sk-usbhid.c $(LIBCOMPAT) libssh-pic.a
+ $(CC) -o $@ -shared $(CFLAGS_NOPIE) $(CPPFLAGS) -DSK_STANDALONE $(PICFLAG) $(srcdir)/sk-usbhid.c \
libssh-pic.a $(LDFLAGS_NOPIE) -lopenbsd-compat $(LIBS) $(LIBFIDO2) $(CHANNELLIBS)
$(MANPAGES): $(MANPAGES_IN)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list