Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 25, 2024
1 parent 9351eb6 commit 362e637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_include_directories(signing
# GPGME requires this on 32-bit systems
# https://www.gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html
# probably an oversight by the distribution, it doesn't list these flags in gpgme.pc
message(WARNING "Building on 32-bit system, enabling largefile support")
message(STATUS "Enabling largefile support for signing library")
target_compile_definitions(signing
PRIVATE -D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE
)

0 comments on commit 362e637

Please sign in to comment.