Skip to content

Commit

Permalink
Try building libssh with exec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 23, 2024
1 parent 3da6de5 commit e07667f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mingw-w64-libssh/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ prepare() {
cd ${srcdir}/${_realname}-${pkgver}
patch -p1 -i ${srcdir}/002-libssh-fix-pkgconfig.patch
patch -p1 -i ${srcdir}/010-lld.patch
sed -i.bak 's/WITH_EXEC 0/WITH_EXEC ON/g' DefineOptions.cmake
}

build() {
Expand Down

0 comments on commit e07667f

Please sign in to comment.