[pvm] Rebuilt for updated tcl.

Richard Shaw hobbes1069 at fedoraproject.org
Fri May 30 14:56:41 UTC 2014


commit 6111622b0e2f5f72d92950ddad057b3b1b01cc2b
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Fri May 30 09:56:43 2014 -0500

    Rebuilt for updated tcl.
    
    - Workaround for change in tcl interp pointer access see:
      http://www.tcl.tk/cgi-bin/tct/tip/330.html

 pvm.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/pvm.spec b/pvm.spec
index a5c9a86..5aff581 100644
--- a/pvm.spec
+++ b/pvm.spec
@@ -89,6 +89,11 @@ cp conf/LINUX64.m4 conf/LINUXPPC64.m4
 
 #%define pvm_arch %(echo %{_os}%{_target_cpu} | tr 'a-z' 'A-Z')
 %build
+# Work around change in tcl. Needs to be fixed in PVM long term.
+# http://www.tcl.tk/cgi-bin/tct/tip/330.html
+export CFLAGS="%{optflags} -DUSE_INTERP_RESULT"
+export CPPFLAGS="%{optflags} -DUSE_INTERP_RESULT"
+
 PVM_ROOT=%{buildroot}/usr/share/pvm3 \
 	PVM_ARCH=`/var/tmp/pvm-3.4.5-root/usr/share/pvm3/lib/pvmgetarch` \
 	PVM_DPATH=%{buildroot}/usr/share/pvm3/lib/pvmd \
@@ -205,6 +210,8 @@ fi
 %changelog
 * Fri May 30 2014 Richard Shaw <hobbes1069 at gmail.com> - 3.4.6-7
 - Rebuilt for updated tcl.
+- Workaround for change in tcl interp pointer access see:
+  http://www.tcl.tk/cgi-bin/tct/tip/330.html
 
 * Wed May 21 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 3.4.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86


More information about the scm-commits mailing list