Ignore:
Timestamp:
2021-01-09T16:25:26+13:00 (3 years ago)
Author:
davidb
Message:

Updates to working with newer linux/JDK distro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone3/linux-64bit/gs3-devel.sh

    r28679 r34648  
    77#--
    88
     9#The following exports are only needed when compiling
     10export CFLAGS=-fPIC
     11
     12# Newer versions of JDK need to override source/target
     13#   from 1.4 to 1.6 as the newer versions no longer support
     14#   generating 1.4
     15export JAVACFLAGS="-source 1.6 -target 1.6"
     16
    917
    1018#--
Note: See TracChangeset for help on using the changeset viewer.