freeswitch/libs/openldap-2.3.19.build.sh

8 lines
72 B
Bash
Executable File

#!/bin/sh
./configure $@
$MAKE depend
cd libraries
$MAKE
$MAKE install