diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2023-12-20 17:01:50 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-06 13:48:02 -0800 |
commit | a79c49578ca136556bd10d8990aa52ef4eb0664b (patch) | |
tree | 12e261afa89aca9d8e0817c3e1abc83d304381d8 /net/openssh/Makefile | |
parent | e8dfc6abbee88f35887c66ec785b081252d6d07d (diff) |
openssh: fix build failure on powerpc_8548
https://github.com/openssh/openssh-portable/commit/1036d77b34a5fa15e56f516b81b9928006848cbd
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 2997ee56f..4a6326fc9 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -20,6 +20,8 @@ PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE PKG_CPE_ID:=cpe:/a:openssh:openssh +#While bumping new version, make sure that it works without it, so it can be removed. +PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:= PKG_CONFIG_DEPENDS := \ CONFIG_OPENSSH_LIBFIDO2 |