Description: _GNU_SOURCE is needed to be set for large files in interpolation/sharedlib.c code
Author: Alastair McKinstry <mckinstry@debian.org>

Index: emoslib-000371+dfsg/config/config.linux_gfortran
===================================================================
--- emoslib-000371+dfsg.orig/config/config.linux_gfortran	2009-12-07 20:02:17.000000000 +0000
+++ emoslib-000371+dfsg/config/config.linux_gfortran	2009-12-07 20:02:42.000000000 +0000
@@ -8,7 +8,7 @@
 DEBUG = -O2
 CC_A32 = 
 USE_NO_POINTERS = 
-LARGE_FILE = -Dlinux -DFOPEN64
+LARGE_FILE = -Dlinux -DFOPEN64 -D_GNU_SOURCE
 #
 #
 #
Index: emoslib-000371+dfsg/config/config.linux_gfortran+pic
===================================================================
--- emoslib-000371+dfsg.orig/config/config.linux_gfortran+pic	2009-12-07 20:03:07.000000000 +0000
+++ emoslib-000371+dfsg/config/config.linux_gfortran+pic	2009-12-07 20:03:15.000000000 +0000
@@ -8,7 +8,7 @@
 DEBUG = -O2
 CC_A32 =
 USE_NO_POINTERS =
-LARGE_FILE = -Dlinux -DFOPEN64
+LARGE_FILE = -Dlinux -DFOPEN64 -D_GNU_SOURCE
 #
 #
 #
Index: emoslib-000371+dfsg/config/config.linux_gfortran+picR64
===================================================================
--- emoslib-000371+dfsg.orig/config/config.linux_gfortran+picR64	2009-12-07 20:03:16.000000000 +0000
+++ emoslib-000371+dfsg/config/config.linux_gfortran+picR64	2009-12-07 20:03:23.000000000 +0000
@@ -7,7 +7,7 @@
 PROFILE=
 DEBUG = -O2
 USE_NO_POINTERS =
-LARGE_FILE = -Dlinux -DFOPEN64
+LARGE_FILE = -Dlinux -DFOPEN64 -D_GNU_SOURCE
 CC_A32 = 
 #
 #
Index: emoslib-000371+dfsg/config/config.linux_gfortranR64
===================================================================
--- emoslib-000371+dfsg.orig/config/config.linux_gfortranR64	2009-12-07 20:02:46.000000000 +0000
+++ emoslib-000371+dfsg/config/config.linux_gfortranR64	2009-12-07 20:02:57.000000000 +0000
@@ -7,7 +7,7 @@
 PROFILE=
 DEBUG = -O2
 USE_NO_POINTERS =
-LARGE_FILE = -Dlinux -DFOPEN64
+LARGE_FILE = -Dlinux -DFOPEN64 -D_GNU_SOURCE
 #CC_A32 = -m32
 CC_A32 =
 #
