diff options
Diffstat (limited to 'base')
-rwxr-xr-x | base/openssh/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/openssh/Pkgfile b/base/openssh/Pkgfile index 774701e23..1a80da477 100755 --- a/base/openssh/Pkgfile +++ b/base/openssh/Pkgfile @@ -9,6 +9,7 @@ release=1 source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz) build() { + unset MAKEFLAGS cd $name-$version sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" configure sed -i "s/lkrb5 -ldes/lkrb5/" configure |