Changes between Version 69 and Version 70 of Projects/OpenLDAP


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

/* Binary Relocatability */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v69 v70  
    197197 +       done
    198198 +
     199
     200Finally, write a main.h
     201
     202  int main(int argc, char ***argc);
     203
     204Now, you can make a relocatible libslapd.a!
     205
    199206   $ make -f RTEMS_Makefiles/Makefile.openldap
    200207
    201208Note: Very insecure!  But builds OK.
     209
     210To make this port a long-term solution, I will need to port SASL to RTEMS as well (ldap-bind is deprecated in favor of ldap-sasl-bind)... that will be a hobby project for months from now...
     211
    202212==  examples/openldap/BuildTests.sh  ==
    203213