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/libxml2/2.7.0/1


Ignore:
Timestamp:
08/30/08 14:40:29 (7 years ago)
Author:
scottmc
Comment:

initial build for 2.7.0

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libxml2/2.7.0/1

    v1 v2  
    1   
     1Previous patches have been added into libxml2, but they haven't refreshed config.guess, so we need to copy that in.  Then run libtoolize, and others then configure. 
     2 
     3 * cp /boot/home/config/share/libtool/config.guess . 
     4 * cp /boot/home/config/share/libtool/config.sub . 
     5 * libtoolize --force --copy 
     6 * aclocal 
     7 * automake 
     8 * autoconf 
     9 * ./configure --prefix=/boot/common --enable-ipv6=no 
     10 * make 
     11 
     12Failed for -lm, so also need to patch configure.in to add a case for haiku to set M_LIB="" 
     13 
     14 * make install 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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