Hi Debian (2012.11.08_10:12:51_+0200)
> -              $(WITH_GRIB) $(WITH_JASPER)  FC=gfortran LIBS="-Wl,-Bstatic 
> -lpng12 -ljasper -ljpeg -lz -Wl,-Bdynamic -lcurl"
> +              $(WITH_GRIB) $(WITH_JASPER)  FC=gfortran LIBS="-Wl,-Bstatic 
> -lpng12 -ljasper -lm -ljpeg -lz -Wl,-Bdynamic -lcurl"

Erm, let's move that out of the static section

diff -Nru cdo-1.5.6.1+dfsg.1/debian/rules cdo-1.5.6.1+dfsg.1/debian/rules
--- cdo-1.5.6.1+dfsg.1/debian/rules     2012-09-11 03:35:42.000000000 +0200
+++ cdo-1.5.6.1+dfsg.1/debian/rules     2012-11-09 10:11:25.000000000 +0200
@@ -52,7 +52,7 @@
          ./configure --prefix=/usr --libdir=$(LIBDIR) \
                --enable-cdi-lib --with-zlib=/usr --with-netcdf=/usr  
--with-proj=/usr --with-hdf5=/usr \
                --enable-iso-c-interface   \
-                $(WITH_GRIB) $(WITH_JASPER)  FC=gfortran LIBS="-Wl,-Bstatic 
-lpng12 -ljasper -ljpeg -lz -Wl,-Bdynamic -lcurl"
+                $(WITH_GRIB) $(WITH_JASPER)  FC=gfortran LIBS="-Wl,-Bstatic 
-lpng12 -ljasper -ljpeg -lz -Wl,-Bdynamic -lm -lcurl"
        rm -f libtool libcdi/libtool
        ln -sf /usr/bin/libtool libtool
        ln -sf /usr/bin/libtool libcdi/libtool

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 461 1230 C: +27 72 419 8559


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to