Skip to content

Commit

Permalink
plugins: Add a missing -lhdf5 linker flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea committed May 7, 2021
1 parent 10cda5e commit a6dd5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ lib_LTLIBRARIES = libh5bzip2.la

libh5bzip2_la_SOURCES = ${HDF5PLUGINSRC}
libh5bzip2_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined
libh5bzip2_la_LIBADD = -lhdf5

libmisc_la_SOURCES = H5Zmisc.c H5Zutil.c h5misc.h
libmisc_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined -rpath ${abs_builddir}
Expand Down

0 comments on commit a6dd5eb

Please sign in to comment.