]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - ppp/patches/0001-build-sys-use-gcc-as-our-compiler-of-choice.patch
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / ppp / patches / 0001-build-sys-use-gcc-as-our-compiler-of-choice.patch
1 From 486e36d184cbaee7e34bb582ea6fdf3bfa9ca531 Mon Sep 17 00:00:00 2001
2 From: Michal Sekletar <msekleta@redhat.com>
3 Date: Fri, 4 Apr 2014 11:23:42 +0200
4 Subject: [PATCH 01/25] build-sys: use gcc as our compiler of choice
5
6 ---
7 pppd/Makefile.linux | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
11 index a74c914..1d9ea78 100644
12 --- a/pppd/Makefile.linux
13 +++ b/pppd/Makefile.linux
14 @@ -30,7 +30,7 @@ ifeq (.depend,$(wildcard .depend))
15 include .depend
16 endif
17
18 -# CC = gcc
19 +CC = gcc
20 #
21 COPTS = -O2 -pipe -Wall -g
22 LIBS =
23 --
24 1.8.3.1
25