mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
added -lm to please fedore netcdf package maintainer
This commit is contained in:
parent
be6f296501
commit
cdd254c983
@ -78,7 +78,7 @@ if USE_HDF4
|
||||
LDADD += -lmfhdf -ldf -ljpeg
|
||||
endif # USE_HDF4
|
||||
|
||||
LDADD += -lhdf5_hl -lhdf5 -lz
|
||||
LDADD += -lhdf5_hl -lhdf5 -lz -lm
|
||||
|
||||
if USE_PNETCDF
|
||||
LDADD += -lpnetcdf
|
||||
|
Loading…
Reference in New Issue
Block a user