[Pkg-octave-commit] r2602 - octave-forge-pkgs/octave-symbolic/branches/lenny/debian

Thomas Weber thomas-guest at alioth.debian.org
Tue Feb 3 21:45:14 UTC 2009


Author: thomas-guest
Date: 2009-02-03 21:45:14 +0000 (Tue, 03 Feb 2009)
New Revision: 2602

Modified:
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules
Log:
Add special link library on ARM, due to our mixture of gcc-4.1/gfortran-4.3 there

Modified: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog	2009-02-02 22:09:45 UTC (rev 2601)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog	2009-02-03 21:45:14 UTC (rev 2602)
@@ -1,3 +1,10 @@
+octave-symbolic (1.0.6-3) UNRELEASED; urgency=low
+
+  * Add link directory for gcc-4.1/gfortran-4.3 on ARM, otherwise the build
+    fails with that mixture of compilers. This should be removed post-lenny.
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Tue, 03 Feb 2009 22:41:20 +0100
+
 octave-symbolic (1.0.6-2) unstable; urgency=low
 
   * Link symbols.oct against Ginac, fix backported from upstream's 1.0.7

Modified: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules	2009-02-02 22:09:45 UTC (rev 2601)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules	2009-02-03 21:45:14 UTC (rev 2602)
@@ -4,6 +4,10 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
+ifeq ($(DEB_BUILD_ARCH),arm) 
+  LDFLAGS += -L/usr/lib/gcc/arm-linux-gnu/4.3
+endif
+
 clean::
 	( cd src ; rm -rf Makeconf config.log config.status )
 




More information about the Pkg-octave-commit mailing list