From cb31b01d8695b40dcb19513f599dd49785ae1708 Mon Sep 17 00:00:00 2001 From: chenshaoheng Date: Wed, 6 Sep 2023 06:38:52 +0000 Subject: [PATCH] update package/hdf-eos2/2.20/install.sh. Signed-off-by: chenshaoheng --- package/hdf-eos2/2.20/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hdf-eos2/2.20/install.sh b/package/hdf-eos2/2.20/install.sh index e31ee5f..25475bf 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 -- Gitee