forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci,rpm] disable asan for rpm builds
- Loading branch information
1 parent
2822918
commit 01b2c05
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,11 +176,7 @@ cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}/.source_version | |
%endif | ||
-DCMAKE_C_COMPILER=clang \ | ||
-DCMAKE_CXX_COMPILER=clang++ \ | ||
%if 0%{defined suse_version} | ||
-DWITH_SANITIZE_ADDRESS=OFF \ | ||
%else | ||
-DWITH_SANITIZE_ADDRESS=ON \ | ||
%endif | ||
-DWITH_KRB5=ON \ | ||
-DCHANNEL_URBDRC=ON \ | ||
-DCHANNEL_URBDRC_CLIENT=ON \ | ||
|
@@ -233,6 +229,8 @@ export NO_BRP_CHECK_RPATH true | |
%postun -p /sbin/ldconfig | ||
|
||
%changelog | ||
* Fri Feb 09 2024 FreeRDP Team <[email protected]> - 3.0.0-4 | ||
- Deactivate ASAN due to issues with clang | ||
* Fri Feb 09 2024 FreeRDP Team <[email protected]> - 3.0.0-3 | ||
- Fix dependencies for alma, suse and rhel | ||
* Thu Dec 21 2023 FreeRDP Team <[email protected]> - 3.0.0-2 | ||
|