mirror of
https://github.com/3proxy/3proxy.git
synced 2025-06-08 20:44:47 +08:00
4 lines
103 B
Bash
4 lines
103 B
Bash
#!/bin/sh
|
|
gcc -shared -o libldapauth.so ldapauth_new.c -DNOODBC -I/usr/include -L/usr/lib -lldap
|
|
|