threerings / openvpn-auth-ldap

Implements username/password authentication via LDAP for OpenVPN 2.x.
Other
135 stars 63 forks source link

two and a half patches to fix build issues in r1379 on FreeBSD #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Try to build SVN checkout from trunk r1379 on FreeBSD

What is the expected output? What do you see instead?
Expected: build
Result: build errors about undefined TRLog* symbols or va_list symbols, or 
building tests/tests, about undefined linker symbols.

The three attached patches fix the problem, and the src/* patches seem obvious 
enough.

NOTE the patch-tests_Makefile.in adding -lcheck to LIBS in tests/Makefile.in is 
a crude hack and should be replaced by the older @CHECK_LIBS@ code that used to 
be in release 2.0.3 but has been removed post release, or by other decent code.

Original issue reported on code.google.com by matthias...@gmx.de on 5 Jan 2015 at 11:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by landon.j.fuller@gmail.com on 11 Feb 2015 at 9:42