2017-03-15 20:46 GMT+05:00 Selva Nair <selva.n...@gmail.com>:

> Hi,
>
> On Wed, Mar 15, 2017 at 11:37 AM, Илья Шипицин <chipits...@gmail.com>
> wrote:
>
>> >
>>> > well, it makes sense that it might be required for running openvpn.
>>> but why
>>> > to check it during build ?
>>>
>>> To find the path that we're going to call the binary with.  We do not
>>> rely on $PATH resolution at runtime.
>>>
>>
>> well, what if I will not change current (i.e. default behaviour), but
>> instead I will add a possibility to specify ifconfig explicitly
>>
>
> You can set custom path during configure like this:
>
> $ IFCONFIG=/opt/hacks/bin/ifconfig ./configure
>

great!

https://github.com/OpenVPN/openvpn-build/blob/master/windows-nsis/build-snapshot#L35

we need Makefile in order to "make dist", so we run "configure", but we are
not going to build openvpn actually.

I will use "IFCONFIG=/..../ifconfig  ./configure" approach.
or, maybe a better approach exists ?


>
> Selva
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to