summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2015-03-08 22:56:58 (GMT)
committerJan Rękorajski2015-03-08 22:56:58 (GMT)
commitb8727becbbfc5ae6d4591405aa809d9c66093e95 (patch)
treefa00a4d43a6f652bdf206c258ca23cb09c29126f
parenta8086dc4ca5699e24ab07c0ce38ac61ac0a07b52 (diff)
downloadR-b8727becbbfc5ae6d4591405aa809d9c66093e95.zip
R-b8727becbbfc5ae6d4591405aa809d9c66093e95.tar.gz
- use internal tzcode, rel 2auto/th/R-3.1.2-2
R is incapable of using system tzcode properly, what ended in test failures in code using strptime on x32.
-rw-r--r--R.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/R.spec b/R.spec
index 517e86b..0775b78 100644
--- a/R.spec
+++ b/R.spec
@@ -15,7 +15,7 @@ Summary: A language for data analysis and graphics
Summary(pl.UTF-8): Język do analizy danych oraz grafiki
Name: R
Version: 3.1.2
-Release: 1
+Release: 2
License: Mixed (distributable), mostly GPL v2+
Group: Development/Languages
# CRAN master site: ftp://cran.r-project.org/pub/R/src/
@@ -117,6 +117,7 @@ cd build
FC=gfortran \
--enable-R-shlib \
--enable-largefile \
+ --with-internal-tzcode \
--with-ICU \
--with-blas \
--with-cairo \