Skip to content

Commit

Permalink
- MDEV-11295: developing handling files contained in ZIP file.
Browse files Browse the repository at this point in the history
  A first experimental and limited implementation.
  Add NOCRYPT preprocessor definition to avoid compiling error
  modified:   storage/connect/CMakeLists.txt
  • Loading branch information
Buggynours committed Dec 11, 2016
1 parent 9afa900 commit 0e06a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ OPTION(CONNECT_WITH_ZIP "Compile CONNECT storage engine with ZIP support" ON)
IF(CONNECT_WITH_ZIP)
SET(CONNECT_SOURCES ${CONNECT_SOURCES} filamzip.cpp tabzip.cpp unzip.c ioapi.c zip.c
filamzip.h tabzip.h ioapi.h unzip.h zip.h)
add_definitions(-DZIP_SUPPORT)
add_definitions(-DZIP_SUPPORT -DNOCRYPT)
ENDIF(CONNECT_WITH_ZIP)


Expand Down

0 comments on commit 0e06a83

Please sign in to comment.