rpms/openvpn/devel openvpn.spec,1.30,1.31

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 24 17:21:09 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/openvpn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23395

Modified Files:
	openvpn.spec 
Log Message:
Pass paths to ifconfig, ip, and route to configure.


Index: openvpn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvpn/devel/openvpn.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- openvpn.spec	23 Jan 2008 22:15:57 -0000	1.30
+++ openvpn.spec	24 Jan 2008 17:20:34 -0000	1.31
@@ -54,7 +54,16 @@
 #  --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 @@
 %changelog
 * Wed Jan 23 2008 Steven Pritchard <steve at 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 at kspei.com> 2.1-0.20.rc4
 - Remove check macro cruft.




More information about the fedora-extras-commits mailing list