Skip to content

Commit

Permalink
net-misc/openssh-8.4_p1-r3: fix compilation on Darwin
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 25, 2021
1 parent 89d65cd commit 3df7cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net-misc/openssh/openssh-8.4_p1-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ src_configure() {
append-cppflags -DBROKEN_GLOB
fi

# use replacement, RPF_ECHO_ON doesn't exist here
[[ ${CHOST} == *-darwin* ]] && export ac_cv_func_readpassphrase=no

local myconf=(
--with-ldflags="${LDFLAGS}"
--disable-strip
Expand Down

0 comments on commit 3df7cf1

Please sign in to comment.