From 29cd4df8e14ae45b5dc8d4318b29888d16873dc7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Feb 2025 21:01:39 +0000 Subject: [PATCH] 2.56.0 --- i2pd.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i2pd.spec b/i2pd.spec index 9c03c63..b47e85e 100644 --- a/i2pd.spec +++ b/i2pd.spec @@ -19,6 +19,7 @@ BuildRequires: cmake BuildRequires: miniupnpc-devel BuildRequires: chrpath BuildRequires: pkgconfig(openssl3.3) +BuildRequires: llvm17 %description @@ -64,7 +65,8 @@ using dedicated user's permissions. # -DBUILD_SHARED_LIBS:BOOL=OFF \ # -DOPENSSL_ROOT_DIR=/opt/openssl3.3 \ # . - +export CC=/opt/llvm17/bin/clang +export CXX=/opt/llvm17/bin/clang++ %make -f Makefile.linux #popd