diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:22:28 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-18 20:22:28 (GMT) |
| commit | be67b32c90cbc063aa679c508b7240690d46dccd (patch) | |
| tree | a6d21ed49031f49bb5b3a96202f8d51b04d730f1 /java/src | |
| parent | dcd18f868453bffea7568f2581a329630cf8581a (diff) | |
| parent | 19762419ce30429667e9def628c785b78b961b68 (diff) | |
| download | hdf5-be67b32c90cbc063aa679c508b7240690d46dccd.zip hdf5-be67b32c90cbc063aa679c508b7240690d46dccd.tar.gz hdf5-be67b32c90cbc063aa679c508b7240690d46dccd.tar.bz2 | |
Merge pull request #437 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '19762419ce30429667e9def628c785b78b961b68':
Update tool dyn lib
LDFLAGS module forces .so lib to be built on osx instead of .dylib
java jni lib also needs to avoid the version-info
HDFFV-10170 undo patch
Add plugin options for libs
Reformat char * args
HDFFV-10170 add missing endif
Diffstat (limited to 'java/src')
| -rw-r--r-- | java/src/jni/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/Makefile.am b/java/src/jni/Makefile.am index 84b8f9c..6ded371 100644 --- a/java/src/jni/Makefile.am +++ b/java/src/jni/Makefile.am @@ -29,7 +29,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/java/src/jni $(JNIFLAGS) lib_LTLIBRARIES=libhdf5_java.la # Add libtool numbers to the HDF5 Java (JNI) library (from config/lt_vers.am) -libhdf5_java_la_LDFLAGS= -version-info $(LT_JAVA_VERS_INTERFACE):$(LT_JAVA_VERS_REVISION):$(LT_JAVA_VERS_AGE) $(AM_LDFLAGS) +libhdf5_java_la_LDFLAGS = -avoid-version -shared -export-dynamic -version-info $(LT_JAVA_VERS_INTERFACE):$(LT_JAVA_VERS_REVISION):$(LT_JAVA_VERS_AGE) $(AM_LDFLAGS) # Source files for the library libhdf5_java_la_SOURCES=exceptionImp.c h5Constants.c nativeData.c h5util.c h5Imp.c \ |
