From 7015fc32efef2d1962da1164da148412881d5012 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 19 Nov 2007 14:54:07 +0100 Subject: [PATCH] Fix empty inline GPG messages: Enable LFS so that madmutt can communicate with gpgme correctly. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7c6642..d079eb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -274,6 +274,8 @@ SET(CMAKE_D_FLAGS "${CMAKE_D_FLAGS} -Wunused") SET(CMAKE_D_FLAGS "${CMAKE_D_FLAGS} -Wno-unused-parameter") # warn about variable use before initialization SET(CMAKE_D_FLAGS "${CMAKE_D_FLAGS} -Wuninitialized") +# let's read GPGME's Reference Manual +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_FILE_OFFSET_BITS=64") # }}} CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) -- 2.20.1