ASM #18048 - Add AWIPS I missing frame and decompression processing to LDM for GOES imagery

Change-Id: I081284e23dace65c0006be984ff8bafa494e9fa8

Former-commit-id: f8cf8ec1e038f66dd94ca0e905079a5d06dc44f9
This commit is contained in:
sathya.sankarasubbu 2015-11-17 02:40:51 +00:00
parent 9084958498
commit 419d93b471

View file

@ -1,4 +1,4 @@
%define _ldm_version 6.12.9
%define _ldm_version 6.12.14
%define _ldm_src_tar ldm-%{_ldm_version}.tar.gz
# ldm-%{_ldm_version}.tar.gz is tarred up ldm-%{_ldm_version}/src dir after
# ISG makes retrans changes
@ -199,6 +199,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
export _current_dir=`pwd`
# Localize configure based on the auto tools that are installed
cd ${_current_dir}; autoreconf -if
su ldm -lc "cd ${_current_dir}; ./configure --disable-max-size --with-noaaport --with-retrans --disable-root-actions --prefix=${_ldm_root_dir} CFLAGS='-g -O0'" \
> configure.log 2>&1
if [ $? -ne 0 ]; then