]> Cypherpunks repositories - bass.git/commitdiff
For unknown reason CMake is not finding libgpg-error
authorSergey Matveev <stargrave@stargrave.org>
Thu, 29 Aug 2024 09:03:45 +0000 (12:03 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 29 Aug 2024 09:03:45 +0000 (12:03 +0300)
build/skel/net/tshark-4.2.5.do

index 801f5fc834b750acdabd8ab4ad9c87c80ed6044e4cca9c88fbb836307c3dbd02..07e1fb9c2adfb1489ab3f2a40f00812ed0301844b79227d8b6756f4e951ac154 100644 (file)
@@ -40,6 +40,7 @@ cmake -DCMAKE_INSTALL_PREFIX="$SKELBINS"/$ARCH/$NAME-$hsh \
     -DCARES_LIBRARY=$tmp/local/lib/libcares.so \
     -DGCRYPT_INCLUDE_DIR=$tmp/local/include \
     -DGCRYPT_LIBRARY=$tmp/local/lib/libgcrypt.so \
+    -DGCRYPT_ERROR_LIBRARY=$tmp/local/lib/libgpg-error.so \
     .. >&2
 gmake -j$MAKE_JOBS >&2
 gmake install >&2