mirror of
https://abf.rosa.ru/djam/i2pd.git
synced 2025-02-23 09:12:48 +00:00
parent
691fb696fc
commit
29cd4df8e1
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ BuildRequires: cmake
|
||||||
BuildRequires: miniupnpc-devel
|
BuildRequires: miniupnpc-devel
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: pkgconfig(openssl3.3)
|
BuildRequires: pkgconfig(openssl3.3)
|
||||||
|
BuildRequires: llvm17
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -64,7 +65,8 @@ using dedicated user's permissions.
|
||||||
# -DBUILD_SHARED_LIBS:BOOL=OFF \
|
# -DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||||
# -DOPENSSL_ROOT_DIR=/opt/openssl3.3 \
|
# -DOPENSSL_ROOT_DIR=/opt/openssl3.3 \
|
||||||
# .
|
# .
|
||||||
|
export CC=/opt/llvm17/bin/clang
|
||||||
|
export CXX=/opt/llvm17/bin/clang++
|
||||||
%make -f Makefile.linux
|
%make -f Makefile.linux
|
||||||
|
|
||||||
#popd
|
#popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue