summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2022-08-12 09:47:20 +1000
committerStuart Bishop <stuart@stuartbishop.net>2022-08-12 09:47:20 +1000
commitbe677abb92acb532841fef01896ae2a4e3cf36fd (patch)
tree0f9fc4c49b3c0f3066da0e836663d0c0711fc9f5
parentfbe098e6d2f78765821c2688fd00db8dab40bbef (diff)
downloadpytz-git-be677abb92acb532841fef01896ae2a4e3cf36fd.tar.gz
Enable full PACKRATDATA for timestamp backwards compatibility
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac6f43c..4e98838 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ upload_docs_pythonhosted: docs
touch $@
.stamp-zoneinfo:
- ${MAKE} -C ${IANA} ZFLAGS='-b fat' TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
+ ${MAKE} -C ${IANA} ZFLAGS='-b fat' PACKRATDATA=backzone TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
# Break hard links, working around http://bugs.python.org/issue8876.
for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do \
rm -rf `pwd`/build/etc/$$d.tmp; \