From: Sergey Matveev Date: Thu, 29 Aug 2024 09:03:45 +0000 (+0300) Subject: For unknown reason CMake is not finding libgpg-error X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dfd23a65a12df1759439e5437b0fbc42e52db4ec3fe92571a4fd31e8eb753090;p=bass.git For unknown reason CMake is not finding libgpg-error --- diff --git a/build/skel/net/tshark-4.2.5.do b/build/skel/net/tshark-4.2.5.do index 801f5fc..07e1fb9 100644 --- a/build/skel/net/tshark-4.2.5.do +++ b/build/skel/net/tshark-4.2.5.do @@ -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