|
From: Mr D. F. <mr....@go...> - 2011-05-31 21:26:01
|
> If this works for you, I'll take this as an ACK from you, then this patch > will get into the queue for a 2.2.1 release. > Yep, the patch works without a hitch, but when I now have this: configure \ --build=x86_64-redhat-linux-gnu \ --host=i686-redhat-linux-gnu \ --enable-password-save \ --enable-iproute2 \ --with-ifconfig-path=/sbin/ifconfig \ --with-iproute-path=/sbin/ip \ --with-route-path=/sbin/route \ --disable-port-share \ --disable-multi \ --disable-server \ --disable-eurephia \ --disable-socks \ --disable-http \ --disable-management I get the following error during make: gcc -DHAVE_CONFIG_H -I. -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=pentium2 -fasynchronous-unwind-tables -c options.c options.c: In function 'init_options': options.c:781: error: 'struct options' has no member named 'tmp_dir' options.c:782: error: 'struct options' has no member named 'tmp_dir' options.c:783: error: 'struct options' has no member named 'tmp_dir' make[2]: *** [options.o] Error 1 make[2]: Leaving directory `/home/me/rpmbuild/BUILD/openvpn-2.2.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/me/rpmbuild/BUILD/openvpn-2.2.0' make: *** [all] Error 2 I hope there is equally effective patch ready to squash this bug as well! :-) |