1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: use zoneinfo shipped with the system
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2017-11-15
Index: cctz-2.4/CMakeLists.txt
===================================================================
--- cctz-2.4.orig/CMakeLists.txt
+++ cctz-2.4/CMakeLists.txt
@@ -160,7 +160,7 @@ if (BUILD_TESTING)
time_zone_format_test
time_zone_lookup_test
PROPERTY
- ENVIRONMENT "TZDIR=${CMAKE_CURRENT_SOURCE_DIR}/testdata/zoneinfo"
+ ENVIRONMENT "TZDIR=/usr/share/zoneinfo"
)
if (BUILD_BENCHMARK)
|