Skip to content
Snippets Groups Projects
Commit ee366f54 authored by alice's avatar alice Committed by Natanael Copa
Browse files

main/openssh: move autoconf/automake to makedepends_build

these are actually build not host deps, and this fails on a bootstrap
otherwise as autoconf/automake are not cross-build for the host target.

fixes 9c0baee3
parent 39de7114
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!36358main/openssh: move autoconf/automake to makedepends_build
Pipeline #128434 passed
...@@ -12,9 +12,8 @@ arch="all" ...@@ -12,9 +12,8 @@ arch="all"
license="BSD" license="BSD"
options="suid" options="suid"
depends="openssh-client openssh-sftp-server openssh-server" depends="openssh-client openssh-sftp-server openssh-server"
makedepends_build="autoconf automake"
makedepends_host=" makedepends_host="
autoconf
automake
linux-headers linux-headers
openssl1.1-compat-dev openssl1.1-compat-dev
zlib-dev zlib-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment