]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ppp/patches/0022-build-sys-compile-pppol2tp-with-multilink-support.patch
ppp: Update to 2.4.6.
[people/ms/ipfire-3.x.git] / ppp / patches / 0022-build-sys-compile-pppol2tp-with-multilink-support.patch
CommitLineData
a373e543
SS
1From a0060c5d48ef742bff4fe9ba9c276a5c21795ce8 Mon Sep 17 00:00:00 2001
2From: Michal Sekletar <msekleta@redhat.com>
3Date: Wed, 9 Apr 2014 09:58:38 +0200
4Subject: [PATCH 22/25] build-sys: compile pppol2tp with multilink support
5
6Resolves: #817013
7---
8 pppd/plugins/pppol2tp/Makefile.linux | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/pppd/plugins/pppol2tp/Makefile.linux b/pppd/plugins/pppol2tp/Makefile.linux
12index 9a635b8..9cb316d 100644
13--- a/pppd/plugins/pppol2tp/Makefile.linux
14+++ b/pppd/plugins/pppol2tp/Makefile.linux
15@@ -1,5 +1,5 @@
16 #CC = gcc
17-COPTS = $(RPM_OPT_FLAGS)
18+COPTS = $(RPM_OPT_FLAGS) -DHAVE_MULTILINK
19 CFLAGS = $(COPTS) -I. -I../.. -I../../../include -fPIC
20 LDFLAGS = -shared
21 INSTALL = install
22--
231.8.3.1
24