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/1.3.3/1


Ignore:
Timestamp:
05/08/09 15:54:56 (6 years ago)
Author:
scottmc
Comment:

initial build attempt of 1.3.3

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/apr/1.3.3/1

    v1 v2  
    1   
     1apply [http://ports.haiku-files.org/export/294/haikuports/trunk/dev-libs/apr/apr-1.3.3-haiku.diff patch] 
     2cp /boot/common/share/libtool/config/config.* build 
     3libtoolize --force --copy 
     4cp /boot/common/share/aclocal/libtool.m4 build 
     5cp /boot/common/share/aclocal/litoptions.m4 build 
     6cp /boot/common/share/aclocal/ltversions.m4 build 
     7cp /boot/common/share/aclocal/ltsugar.m4 build 
     8cp /boot/common/share/aclocal/lt~obsolete.m4 
     9aclocal 
     10autoreconf 
     11./configure --prefix=/boot/common (any other options needed here?) 
     12 
     13got a configure issue with not being able to find /libtool, so create a link in / to libtool as a build workaround 
     14TODO: figure out a proper fix for the /libtool issue. 
     15 
     16 
     17make check passes many tests until "flock" test fails, then fails testmutexscope testall. 
     18 
     19 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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