diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-15 19:20:02 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-15 19:20:02 -0500 |
commit | 161491fac6d3d0b272c0480f22f2dce3569787b2 (patch) | |
tree | 270de4c88ae6920eb361114819df35c35afa7e5a | |
parent | 64fdd666ffad209bf51b73530b80e6868507e67c (diff) | |
download | tdelibs-161491fac6d3d0b272c0480f22f2dce3569787b2.tar.gz tdelibs-161491fac6d3d0b272c0480f22f2dce3569787b2.zip |
Fix FTBFS on Precise
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4621f92f5..51e85fa0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -698,6 +698,7 @@ if( WITH_CRYPTSETUP ) set( HAVE_CRYPTSETUP 1 ) if ( HAVE_CRYPTSETUP ) check_c_source_compiles(" + #include <stddef.h> #include <libcryptsetup.h> int main(int argc, char *argv[]) { crypt_keyslot_info status = CRYPT_SLOT_INVALID; return 0; } " HAVE_NEW_CRYPTSETUP ) |