openssh: Don't use sys/cdefs.h from system.

This commit is contained in:
Dylan Araps 2019-09-21 13:15:58 +03:00
parent 1c57b191b6
commit b8f85e5d44
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh -e
# Don't use 'sys/cdefs.h' from system.
sed -i'' -e '/sys\/cdefs.h/d' configure
./configure \
--prefix=/usr \
--datadir=/usr/share/openssh \

View File

@ -1 +1 @@
8.0p1 2
8.0p1 3