mirror of
https://github.com/kakwa/uts-server
synced 2025-01-10 05:34:29 +01:00
remove __DATE__ in civetweb.c too
remove it as it causes fatal warning on non-reproducible build
This commit is contained in:
parent
a60a6a295d
commit
10f504db61
@ -39,7 +39,7 @@ endif()
|
|||||||
if(BUNDLE_CIVETWEB)
|
if(BUNDLE_CIVETWEB)
|
||||||
ExternalProject_Add( civetweb
|
ExternalProject_Add( civetweb
|
||||||
GIT_REPOSITORY https://github.com/kakwa/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
|
INSTALL_DIR /usr/local
|
||||||
CMAKE_ARGS .. -DCMAKE_INSTALL_PREFIX=/usr
|
CMAKE_ARGS .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
-DCIVETWEB_DISABLE_CGI=ON
|
-DCIVETWEB_DISABLE_CGI=ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user