mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libssh: fix cmake file
This commit is contained in:
@@ -18,7 +18,7 @@ COPYRIGHT="1995 Tatu Ylonen
|
||||
2019 Simo Sorce"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
BSD (2-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.libssh.org/files/${portVersion%.*}/libssh-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="86bcf885bd9b80466fe0e05453c58b877df61afa8ba947a58c356d7f0fab829b"
|
||||
PATCHES="libssh-$portVersion.patchset"
|
||||
@@ -124,6 +124,10 @@ INSTALL()
|
||||
|
||||
ln -sr $libDir/libssh.so.$libVersion $libDir/libssh.so
|
||||
|
||||
sed -i \
|
||||
-e "/INTERFACE_INCLUDE_DIRECTORIES/c INTERFACE_INCLUDE_DIRECTORIES \"$includeDir;\"" \
|
||||
"$libDir"/cmake/libssh/libssh-config.cmake
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
"$developDir" \
|
||||
|
||||
Reference in New Issue
Block a user