Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 91de49e17257cb4d65d2775fa70db7db > files > 4

octave-3.6.3-3.mga3.src.rpm

--- src/DLD-FUNCTIONS/config-module.awk.link	2011-08-04 10:45:01.000000000 +0200
+++ src/DLD-FUNCTIONS/config-module.awk	2011-08-04 10:45:25.000000000 +0200
@@ -51,7 +51,7 @@
 	    basename, files[i]);
     printf ("DLD_FUNCTIONS_%s_la_LDFLAGS = @NO_UNDEFINED_LDFLAG@ -module\n",
 	    basename);
-    printf ("DLD_FUNCTIONS_%s_la_LIBADD = $(OCT_LINK_DEPS)\n", basename);
+    printf ("DLD_FUNCTIONS_%s_la_LIBADD = $(OCT_LINK_DEPS) -lgfortran -llapack -lGLU -lGL\n", basename);
   }
   print "";