]> Cypherpunks repositories - bass.git/commitdiff
Install gpg-error-config
authorSergey Matveev <stargrave@stargrave.org>
Wed, 13 Nov 2024 09:48:34 +0000 (12:48 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 13 Nov 2024 10:07:13 +0000 (13:07 +0300)
If it is missing, then no gnutls-config is installed either.
libotr requires it for building.

build/skel/security/libgpg-error-1.50.do

index 9d8f838d3440529fb01d116833b3bb510f8cda438ea7ac67069e37a201188ff8..236d2331090aea8d968bb4fce40b0dde5690b4a01bac946140555d05a2958864 100644 (file)
@@ -13,7 +13,8 @@ $TAR xf "$DISTFILES"/$NAME.tar.bz2
 
 cd $NAME
 patch -p1 <"$BASS_ROOT"/build/skel/security/libgpg-error-1.50-environ.patch >&2
-./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh --enable-static >&2
+./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \
+    --enable-static --enable-install-gpg-error-config >&2
 make -j$MAKE_JOBS >&2
 make install >&2