Ignore:
Timestamp:
2009-01-14T13:50:24+13:00 (15 years ago)
Author:
davidb
Message:

GDBM needs to be compiled as a static library only to work with reset of current setup (otherwise libgdbm.so needs to be copied into lib/jni

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r18344 r18380  
    17261726    <exec executable="${gdbm.home}/${gdbm.version}/configure" os="${os.mac},${os.unix}"
    17271727      dir="${gdbm.home}/${gdbm.version}">
     1728      <arg value="--disable-shared"/>
    17281729      <arg value="--prefix=${gdbm.home}"/>
    17291730    </exec>   
Note: See TracChangeset for help on using the changeset viewer.