• Y
    Fixed some make and linking issues of RocksDBJava · ae7743f2
    Yueh-Hsuan Chiang 提交于
    Summary:
    Fixed some make and linking issues of RocksDBJava. Specifically:
    * Add JAVA_LDFLAGS, which does not include gflags
    * rocksdbjava library now uses JAVA_LDFLAGS instead of LDFLAGS
    * java/Makefile now includes build_config.mk
    * rearrange make rocksdbjava workflow to ensure the library file is correctly
      included in the jar file.
    
    Test Plan:
    make rocksdbjava
    make jdb_bench
    java/jdb_bench.sh
    
    Reviewers: dhruba, swapnilghike, zzbennett, rsumbaly, ankgup87
    
    Reviewed By: ankgup87
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D20289
    ae7743f2
Makefile 21.5 KB