aboutsummaryrefslogtreecommitdiff
path: root/math/pari/files/patch-Configure
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/files/patch-Configure')
-rw-r--r--math/pari/files/patch-Configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/pari/files/patch-Configure b/math/pari/files/patch-Configure
new file mode 100644
index 000000000000..863c79e0b77c
--- /dev/null
+++ b/math/pari/files/patch-Configure
@@ -0,0 +1,15 @@
+--- Configure.orig 2017-05-28 16:56:49 UTC
++++ Configure
+@@ -104,9 +104,9 @@ case $kernlvl1 in
+ gmp) libpari_base=pari-gmp;;
+ none) libpari_base=pari;;
+ esac
+-case $enable_tls in
+-yes) libpari_base="${libpari_base}-tls"
+-esac
++#case $enable_tls in
++#yes) libpari_base="${libpari_base}-tls"
++#esac
+
+ if test `expr $VersionMinor % 2` = 0; then
+ libpari_base=$libpari_base-$version