Edgewall Software

Changes between Version 6 and Version 7 of TracOnOpenBSD


Ignore:
Timestamp:
Dec 16, 2005, 7:32:56 PM (18 years ago)
Author:
anonymous
Comment:

changed berkeleyDB to BerkeleyDB (capital B)

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOpenBSD

    v6 v7  
    3838export CPPFLAGS="-I/usr/local/BerkeleyDB.4.4/include"
    3939export LD_LIBRARY_PATH="/usr/local/BerkeleyDB.4.4/lib"
    40 ./configure --with-apr=/usr/local/apr --with-berkeley-db=/usr/local/berkeleyDB.4.4
     40./configure --with-apr=/usr/local/apr --with-berkeley-db=/usr/local/BerkeleyDB.4.4
    4141make
    4242su root -c 'make install'