diff --git a/package/hdf-eos2/2.20/install.sh b/package/hdf-eos2/2.20/install.sh index e31ee5f4230b1b908c6466f0a1b3a41b396153cf..25475bf1e7b3a18385d49c338e938e8adb8135bd 100755 --- a/package/hdf-eos2/2.20/install.sh +++ b/package/hdf-eos2/2.20/install.sh @@ -9,7 +9,7 @@ cd ${JARVIS_TMP} tar -xvf ${JARVIS_DOWNLOAD}/HDF-EOS2.20v1.00.tar cd hdfeos -ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ./configure --with-hdf4=${HDF4_PATH} --with-jpeg=${LIBJPEG_PATH} --with-zlib=/usr/local --prefix=$1 +ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ./configure --with-hdf4=${HDF4_PATH} --with-jpeg=${LIBJPEG_PATH} --with-zlib=/usr/local --prefix=$1 --build=aarch64-unknown-linux-gnu make -j make install cp -r include $1/ \ No newline at end of file