diff options
Diffstat (limited to 'main/libssh')
-rw-r--r-- | main/libssh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 8b34c6031d..bca16969b5 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh pkgver=0.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="https://www.libssh.org/" arch="all" @@ -24,7 +24,7 @@ build() { mkdir build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_GSSAPI=OFF \ -DUNIT_TESTING=ON |