ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/make_basic.mk
(Generate patch)

Comparing make_basic.mk (file contents):
Revision 1.87 by arta, Fri Mar 10 19:30:44 2017 UTC vs.
Revision 1.88 by arta, Wed Aug 16 18:15:58 2017 UTC

# Line 109 | Line 109 | endif
109   PGH = -I$(POSTGRES_INCS)
110  
111   # For use of dynamic library
112 + PGL = -L$(POSTGRES_LIBS)
113   PGLIBS = $(POSTGRES_LIBS)/lib$(POSTGRES_LIB).so
114  
115   # CFITSIO
# Line 220 | Line 221 | endif
221   # Link flags for all targets
222   #
223   LL_ALL          = $(SYSLIBS) -lcurl
224 < GCC_LF_ALL      = $(STATIC)
225 < ICC_LF_ALL      = -diag-disable 10237 $(STATIC) -openmp -static-intel -Wl,-export-dynamic
224 > GCC_LF_ALL      = $(STATIC) -Wl,--copy-dt-needed-entries
225 > ICC_LF_ALL      = -diag-disable 10237 $(STATIC) -openmp -static-intel -Wl,-export-dynamic -Wl,--copy-dt-needed-entries
226  
227   # Fortran global LINK flags
228   ifeq ($(FCOMPILER), ifort)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines