Drop BuildDODS from Site.local

This commit is contained in:
Orion Poplawski 2012-07-17 10:05:30 -06:00
parent df059ea6c1
commit 3416f6d15b
2 changed files with 0 additions and 13 deletions

View File

@ -16,7 +16,6 @@
#define BuildHDFEOS 0
#define BuildHDFEOS5 0
#define BuildTRIANGLE 0
#define BuildDODS 1
#define HDFlib -lmfhdf -ldf -ljpeg -lz
#define HDF5lib -lhdf5_hl -lhdf5
#define BuildUdunits 1

View File

@ -10,15 +10,3 @@ diff -up ncl_ncarg-6.0.0/ncarview/src/bin/ictrans/yMakefile.libs ncl_ncarg-6.0.0
#endif
EXTRA_LIBS = $(X11LIBS) $(SUNLIBS) $(NETCDFLIB) $(HDFLIB) $(CTOFLIBS)
diff -up ncl_ncarg-6.0.0/ni/src/ncl/yMakefile.libs ncl_ncarg-6.0.0/ni/src/ncl/yMakefile
--- ncl_ncarg-6.0.0/ni/src/ncl/yMakefile.libs 2011-05-27 12:53:25.000000000 -0600
+++ ncl_ncarg-6.0.0/ni/src/ncl/yMakefile 2012-07-16 15:55:03.393194314 -0600
@@ -141,7 +141,7 @@ DODS_LIBS = -lnc-dap -ldap -ldapclient -
#elif defined(Darwin)
DODS_LIBS = -lnc-dap -ldap -ldapclient -lcurl -lxml2 -lpthread -lssl
#elif defined(linux)
-DODS_LIBS = -lnc-dap -ldap -ldapclient -lcurl -lrx -lxml2 -lpthread -lidn -ldl
+DODS_LIBS = -lcurl -lpthread
#else
DODS_LIBS = -lnc-dap -ldap -ldapclient -lcurl -lrx -lxml2 -lpthread -lssl
#endif