* don't use old version of if_pppol2tp.h

epel9
Paul Wouters 12 years ago
parent 442f6f89f5
commit d63dbfa210

@ -1,7 +1,7 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd Name: xl2tpd
Version: 1.3.1 Version: 1.3.1
Release: 7%{?dist} Release: 6%{?dist}
License: GPL+ License: GPL+
Url: http://www.xelerance.com/software/xl2tpd/ Url: http://www.xelerance.com/software/xl2tpd/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -52,6 +52,7 @@ It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
rm linux/include/linux/if_pppol2tp.h
%build %build
#make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH" #make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH"
@ -117,12 +118,11 @@ fi
%ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
%changelog %changelog
* Tue Jun 12 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-7
- Improved patch, more doc fixed (esp. "force userspace" option)
* Tue Jun 12 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-6 * Tue Jun 12 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-6
- Added patch for xl2tpd.conf to improve interop settings - Added patch for xl2tpd.conf to improve interop settings
(no longer need to say "no encryption" on Windows) (no longer need to say "no encryption" on Windows)
- Improved patch, more doc fixed (esp. "force userspace" option)
- don't use old version of if_pppol2tp.h
* Wed Apr 18 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-5 * Wed Apr 18 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-5
- Added support for CONFIG_PPPOL2TP by sigwall <fionov@gmail.com> - Added support for CONFIG_PPPOL2TP by sigwall <fionov@gmail.com>

Loading…
Cancel
Save