Changes between Version 67 and Version 68 of Projects/OpenLDAP


Ignore:
Timestamp:
07/06/12 23:39:04 (12 years ago)
Author:
C Rempel
Comment:

/* Makefile.openldap */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v67 v68  
    161161   $ cd ~/rtems-addon-packages
    162162   $ git clone git://git.openldap.org/openldap.git openldap
    163    $ cd openldap
     163   $ cd openldap=  Binary Relocatability  =
    164164
    165165To make the slapd binary "relocatable", I turned the program into a library.  Unfortuneately, when I did that, the convienience libraries were no longer included.  However, I will walk through the process of turning an executable into a library...