mirror of
https://github.com/kakwa/uts-server
synced 2025-02-10 20:53:28 +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
89246d9f43
commit
c885b63767
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user