]> git.ipfire.org Git - ipfire-3.x.git/blob - ppp/patches/0022-build-sys-compile-pppol2tp-with-multilink-support.patch
kernel: udpate to 5.2
[ipfire-3.x.git] / ppp / patches / 0022-build-sys-compile-pppol2tp-with-multilink-support.patch
1 From a0060c5d48ef742bff4fe9ba9c276a5c21795ce8 Mon Sep 17 00:00:00 2001
2 From: Michal Sekletar <msekleta@redhat.com>
3 Date: Wed, 9 Apr 2014 09:58:38 +0200
4 Subject: [PATCH 22/25] build-sys: compile pppol2tp with multilink support
5
6 Resolves: #817013
7 ---
8 pppd/plugins/pppol2tp/Makefile.linux | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/pppd/plugins/pppol2tp/Makefile.linux b/pppd/plugins/pppol2tp/Makefile.linux
12 index 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 --
23 1.8.3.1
24