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 6 and Version 7 of dev-libs/openssl


Ignore:
Timestamp:
05/09/09 07:51:18 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/openssl

    v6 v7  
    22 
    33[http://dev.haiku-os.org/browser/buildtools/trunk/patches/openssl patch] 
     4 
     5''Note:'' OpenSSL uses "INSTALL_PREFIX" instead of "DESTDIR" [[BR]] 
     6from the file [http://cvs.openssl.org/fileview?f=openssl/INSTALL INSTALL] 
     7{{{ 
     8     Package builders who want to configure the library for standard 
     9     locations, but have the package installed somewhere else so that 
     10     it can easily be packaged, can use 
     11 
     12       $ make INSTALL_PREFIX=/tmp/package-root install 
     13 
     14     (or specify "--install_prefix=/tmp/package-root" as a configure 
     15     option).  The specified prefix will be prepended to all 
     16     installation target filenames. 
     17}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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