Skip to content

Commit

Permalink
Merge pull request #1532 from hadfl/smartmontools
Browse files Browse the repository at this point in the history
build smartmontools with gcc
  • Loading branch information
citrus-it authored Oct 13, 2024
2 parents 1e1571d + 3765bd2 commit 8a34e22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/smartmontools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ PKG=ooce/system/smartmontools
SUMMARY="smartmontools"
DESC="Control and monitor storage systems using SMART"

# building smartmontools with clang 17 and stack protector enabled
# leads to a misaligned stack
# refrain from building this package with clang as it
# leads to a misaligned stack if stack protector is enabled
# https://github.com/llvm/llvm-project/issues/83673
((DEFAULT_CLANG_VER == 17)) && clangv=16 || clangv=$DEFAULT_CLANG_VER
test_relver '>=' 151041 && set_clangver $clangv

RUN_DEPENDS_IPS=ooce/security/gnupg

Expand Down

0 comments on commit 8a34e22

Please sign in to comment.