HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/apr-util/1.3.4/1


Ignore:
Timestamp:
05/08/09 16:45:17 (6 years ago)
Author:
scottmc
Comment:

Initial build attempt of apr-util-1.3.4

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/apr-util/1.3.4/1

    v1 v2  
    1   
     1 
     2{{{ 
     3cp /boot/common/share/libtool/config/config.* build 
     4libtoolize --force --copy 
     5cp /boot/common/share/aclocal/libtool.m4 build 
     6cp /boot/common/share/aclocal/litoptions.m4 build 
     7cp /boot/common/share/aclocal/ltversions.m4 build 
     8cp /boot/common/share/aclocal/ltsugar.m4 build 
     9cp /boot/common/share/aclocal/lt~obsolete.m4 build 
     10aclocal (autoreconf may already include this?) 
     11autoreconf 
     12 
     13in xml/expat folder: 
     14libtoolize --force --copy 
     15mkdir m4 
     16cp /boot/common/share/aclocal/libtool.m4 m4 
     17cp /boot/common/share/aclocal/litoptions.m4 m4 
     18cp /boot/common/share/aclocal/ltversion.m4 m4 
     19cp /boot/common/share/aclocal/ltsugar.m4 m4 
     20cp /boot/common/share/aclocal/lt~obsolete.m4 m4  
     21aclocal -I m4 
     22autoconf 
     23automake 
     24then run configure from main folder: 
     25./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config (any other options needed here?) 
     26make 
     27make install 
     28}}} 
     29 
     30TODO: figure out why it's not building shared lib 
     31 
     32{{{ 
     33make check -- need to run this still 
     34}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/