Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/esg-dashboard
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ setup_geoip() {

pushd ${geoip_dist_dir} >& /dev/null
((force_install)) && (echo "Cleaning the source tree.. $(pwd) " && gmake clean && echo "[OK]" || echo "[FAIL]")
automake
autoreconf --install
echo "./configure --prefix=${geoip_install_dir}"
if ./configure --prefix=${geoip_install_dir} \
&& make \
Expand Down Expand Up @@ -480,7 +480,7 @@ setup_dashboard_provider() {

pushd ${esgf_dashboard_ip_dist_dir}
((force_install)) && (echo "Cleaning the source tree.. $(pwd) " && make clean && echo "[OK]" || echo "(Hmmm... not respecting \"make clean\" - eh, no worries)")
automake
autoreconf --install
echo "./configure --prefix=${esgf_dashboard_ip_install_dir}"
if ./configure --prefix=${esgf_dashboard_ip_install_dir} --with-postgres-path=${postgress_install_dir} --with-geoip-prefix-path=${geoip_install_dir} \
&& make \
Expand Down
1 change: 0 additions & 1 deletion src/c/esgf-dashboard-ip/src/ftpget.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include <stdio.h>
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
#include "ftpget.h"
#include "error.h"
Expand Down