Pass paths to ifconfig, ip, and route to configure.

epel8
Steven Pritchard 17 years ago
parent 93824026c4
commit fe724ad7e1

@ -54,7 +54,16 @@ find contrib sample-config-files sample-keys sample-scripts -type f -perm +100 \
# --enable-password-save Allow --askpass and --auth-user-pass passwords to be
# read from a file
# --enable-iproute2 Enable support for iproute2
%configure --enable-pthread --enable-password-save --enable-iproute2
# --with-ifconfig-path=PATH Path to ifconfig tool
# --with-iproute-path=PATH Path to iproute tool
# --with-route-path=PATH Path to route tool
%configure \
--enable-pthread \
--enable-password-save \
--enable-iproute2 \
--with-ifconfig-path=/sbin/ifconfig \
--with-iproute-path=/sbin/ip \
--with-route-path=/sbin/route
%{__make}
# Build plugins
@ -151,6 +160,7 @@ fi
%changelog
* Wed Jan 23 2008 Steven Pritchard <steve@kspei.com> 2.1-0.21.rc5
- Update to 2.1_rc5
- Pass paths to ifconfig, ip, and route to configure.
* Wed Dec 05 2007 Steven Pritchard <steve@kspei.com> 2.1-0.20.rc4
- Remove check macro cruft.

Loading…
Cancel
Save