summarylogtreecommitdiffstats
path: root/perldl.conf
diff options
context:
space:
mode:
authorAnton Leontiev2014-01-05 13:01:05 +0400
committerAnton Leontiev2015-02-15 07:48:20 +0300
commit507bbe8a7484459d60f1d306d418e5a03db21d12 (patch)
treee53939915314caf840294cfd2eadabd1ec87a61e /perldl.conf
parentfc75b5f0111403f560fd81ca25db739a1efc0b1b (diff)
downloadaur-507bbe8a7484459d60f1d306d418e5a03db21d12.tar.gz
Updated to v2.007
Diffstat (limited to 'perldl.conf')
-rw-r--r--perldl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/perldl.conf b/perldl.conf
index a0e615ab34aa..5f578d0f7b99 100644
--- a/perldl.conf
+++ b/perldl.conf
@@ -4,5 +4,6 @@
%PDL_CONFIG = (
# Fix building on x86_64 with GCC 4.8
# For more info see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701335
- OPTIMIZE => "$Config{optimize} -fno-aggressive-loop-optimizations"
+ OPTIMIZE => "$Config{optimize} -fno-aggressive-loop-optimizations",
+ WITH_PLPLOT => 1
);