>>>>> "IS" == Ivan Shmakov <i...@main.uusia.org> writes:

[...]

 IS> debian/rules reads:

 > 10   DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-I/usr/include/hdf "

 IS> Surely it shouldn't be

 > 10   DEB_CONFIGURE_SCRIPT_ENV += CPPFLAGS="-Df2cFortran -I/usr/include/hdf"

 IS> instead?

        Or, rather:

    10  DEB_CONFIGURE_SCRIPT_ENV += \
    11      CFLAGS="" \
    12      CPPFLAGS="-Df2cFortran -I/usr/include/hdf"

        since the change as suggested above does allow -g -O2 to be
        passed through, while the original CFLAGS="-I/usr/include/hdf "
        setting does not.  (BTW, was the latter effect intended?)

[...]

-- 
FSF associate member #7257



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to