Commit 0fdfc775 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf openldap-2.4.46.tgz
patch -Np1 -d openldap-2.4.46 < openldap-2.4.46-arm64.patch
patch -Np1 -d openldap-2.4.46 < openldap-2.4.46-consolidated-1.patch
cd openldap-2.4.46 && autoconf
cd openldap-2.4.46 && ./configure --prefix=/usr --sysconfdir=/etc --disable-static --enable-dynamic --disable-debug --disable-slapd
$(MAKE) -C openldap-2.4.46 depend
$(MAKE) -C openldap-2.4.46
$(MAKE) -C openldap-2.4.46 install
rm -rf openldap-2.4.46
This diff is collapsed.
This diff is collapsed.
etc
/etc/.*
bin
/usr/bin/.*
man
/usr/share/man/.*
headers
/usr/include/.*
lib
/usr/lib/lib.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment