Changeset 34522 for main


Ignore:
Timestamp:
2020-11-04T22:49:35+13:00 (3 years ago)
Author:
ak19
Message:

Reinstating the crucial change that Dr Bainbridge had introduced into the configure file in commit 30751 (prior to redoing autoconf 33928) that allowed compilation on Mac to proceed because the JNICLAGS could be preserved due to the change. See envi/etc/tasks's snapshots/environment.pl for Macs, where JNIFLAGS need to be set along with and are stated to work in tandem with http://trac.greenstone.org/changeset/30751 for compiling jni on ElCapitan to succeed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/packages/javagdbm/configure

    r33928 r34522  
    40324032  JNISUFFIX="jnilib"
    40334033  JNILDFLAGS="-dynamiclib -fno-common -single_module -framework JavaVM"
     4034  if test -d "$JAVA_HOME/include/darwin"; then
     4035      JNICFLAGS="-I$JAVA_HOME/include -I$JAVA_HOME/include/darwin"
     4036  fi
    40344037fi
    40354038if test "`(uname -s) 2> /dev/null`" = 'SunOS'; then
Note: See TracChangeset for help on using the changeset viewer.