remove __DATE__ in civetweb.c too

remove it as it causes fatal warning on non-reproducible build
This commit is contained in:
Carpentier Pierre-Francois 2016-12-22 10:30:07 +01:00 committed by GitHub
parent a60a6a295d
commit 10f504db61
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ endif()
if(BUNDLE_CIVETWEB)
ExternalProject_Add( civetweb
GIT_REPOSITORY https://github.com/kakwa/civetweb
PATCH_COMMAND sed -i s/__DATE__/"110973"/ src/main.c
PATCH_COMMAND sed -i s/__DATE__/"110973"/ src/main.c src/civetweb.c
INSTALL_DIR /usr/local
CMAKE_ARGS .. -DCMAKE_INSTALL_PREFIX=/usr
-DCIVETWEB_DISABLE_CGI=ON