From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- jbofihe/patches/06-config.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jbofihe/patches/06-config.patch (limited to 'jbofihe/patches/06-config.patch') diff --git a/jbofihe/patches/06-config.patch b/jbofihe/patches/06-config.patch new file mode 100644 index 0000000..461d03a --- /dev/null +++ b/jbofihe/patches/06-config.patch @@ -0,0 +1,11 @@ +--- jbofihe-0.38.orig/config.pl 2001-09-15 16:10:37.000000000 -0600 ++++ jbofihe-0.38/config.pl 2010-10-07 23:28:56.000000000 -0600 +@@ -62,7 +62,7 @@ + $cmafihe_ldopts=""; + } + +-$optdebug = $debug ? " -g -Wall" : " -O2"; ++$optdebug = $debug ? " -g -Wall" : ""; + if ($profile) { + $optdebug .= " -pg"; + } -- cgit v1.2.3