15 Jun
2020
15 Jun
'20
11:18 a.m.
commit 940a83fe5558913f74b3f1da043b5492def8c9f7 Author: Tim Biermann <tbier@posteo.de> Date: Mon Jun 15 10:58:01 2020 +0000 libssh: fixed build, doesn't depend on ninja diff --git a/libssh/Pkgfile b/libssh/Pkgfile index 59983ada1..1683f203c 100644 --- a/libssh/Pkgfile +++ b/libssh/Pkgfile @@ -9,7 +9,7 @@ release=1 source=(https://www.libssh.org/files/${version%.*}/libssh-${version}.tar.xz) build() { - cmake -S$name-$version -Bbuild -GNinja \ + cmake -S$name-$version -Bbuild \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release