[Openvpn-devel] Re: [PATCH] Enable compliation under Darwin

2006-04-05 Thread Johnny Lam
Mac OS X. The module should properly end with ".so", and the compiler flags should include "-bundle" and not "-dynamiclib", which should only be used when linking a shared library. [1] http://fink.sf.net/doc/porting/shared.php?phpLang=en#lib-and-mod Cheers, -- Johnny Lam

[Openvpn-devel] Re: portable pkitool shell script

2005-08-18 Thread Johnny Lam
with the stock /bin/sh on Solaris, which is still a popular Unix platform, and I think that the benefit is quite worthwhile of not needing some configure script magic to detect the operating system and select an appropriate shell. Cheers, -- Johnny Lam

[Openvpn-devel] Re: OpenVPN 2.0.1 released -- note security fixes

2005-08-16 Thread Johnny Lam
into the OpenVPN sources to use Bourne shell syntax instead so as to relax the requirement on bash? Thanks, -- Johnny Lam