packages: openvpn/openvpn.spec - set correct paths to used external program...

wiget wiget at pld-linux.org
Thu Jul 7 16:33:01 CEST 2011


Author: wiget                        Date: Thu Jul  7 14:33:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- set correct paths to used external programs
- rel. 2

---- Files affected:
packages/openvpn:
   openvpn.spec (1.166 -> 1.167) 

---- Diffs:

================================================================
Index: packages/openvpn/openvpn.spec
diff -u packages/openvpn/openvpn.spec:1.166 packages/openvpn/openvpn.spec:1.167
--- packages/openvpn/openvpn.spec:1.166	Mon Jul  4 14:51:10 2011
+++ packages/openvpn/openvpn.spec	Thu Jul  7 16:32:56 2011
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Serwer VPN
 Name:		openvpn
 Version:	2.2.1
-Release:	1
+Release:	2
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://swupdate.openvpn.net/community/releases/%{name}-%{version}.tar.gz
@@ -110,7 +110,12 @@
 %configure \
 	%{!?with_pkcs11:--disable-pkcs11} \
 	--enable-password-save \
-	--enable-iproute2
+	--enable-iproute2 \
+	--with-ifconfig-path=/sbin/ifconfig \
+	--with-iproute-path=/sbin/ip \
+	--with-route-path=/sbin/route \
+	--with-netstat-path=/bin/netstat
+
 %{__make} CFLAGS="%{rpmcflags} %{rpmcppflags} -D_GNU_SOURCE"
 
 %{__make} -C plugin/auth-pam \
@@ -196,6 +201,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.167  2011/07/07 14:32:56  wiget
+- set correct paths to used external programs
+- rel. 2
+
 Revision 1.166  2011/07/04 12:51:10  arekm
 - up to 2.2.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openvpn/openvpn.spec?r1=1.166&r2=1.167&f=u



More information about the pld-cvs-commit mailing list