Ignore:
Timestamp:
2016-08-24T21:02:31+12:00 (8 years ago)
Author:
davidb
Message:

Another attempt to get javagdbm compiled on el capitan Mac 10.11. So far, the jni_md is still not found because the C/CXX/JNICFLAGS set are not propagated. The JNICFLAGS are explicity cleared in this configure file, so trying to set it correctly at this level.

File:
1 edited

Legend:

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

    r26708 r30751  
    39443944  JNISUFFIX="jnilib"
    39453945  JNILDFLAGS="-dynamiclib -fno-common -single_module -framework JavaVM"
     3946  if test -d "$JAVA_HOME/include/darwin"; then
     3947      JNICFLAGS="-I$JAVA_HOME/include -I$JAVA_HOME/include/darwin"
     3948  fi
    39463949fi
    39473950if test "`(uname -s) 2> /dev/null`" = 'SunOS'; then
Note: See TracChangeset for help on using the changeset viewer.