diff options
author | John Klug <john.klug@multitech.com> | 2017-04-25 15:48:35 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:22:10 -0500 |
commit | f911d680a7b085b29d2bdd87cae0381985a6fc39 (patch) | |
tree | 05eb35a99723c814dd21c2a4a6dfb6ed3f13b53d /recipes-connectivity/ppp/ppp-2.4.7/copts.patch | |
parent | 0628de62996b4193a1106c8b1b5ce7ca6bb8bcf4 (diff) | |
download | meta-mlinux-f911d680a7b085b29d2bdd87cae0381985a6fc39.tar.gz meta-mlinux-f911d680a7b085b29d2bdd87cae0381985a6fc39.tar.bz2 meta-mlinux-f911d680a7b085b29d2bdd87cae0381985a6fc39.zip |
Use openembedded ppp
Diffstat (limited to 'recipes-connectivity/ppp/ppp-2.4.7/copts.patch')
-rw-r--r-- | recipes-connectivity/ppp/ppp-2.4.7/copts.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-connectivity/ppp/ppp-2.4.7/copts.patch b/recipes-connectivity/ppp/ppp-2.4.7/copts.patch deleted file mode 100644 index 53ff06e..0000000 --- a/recipes-connectivity/ppp/ppp-2.4.7/copts.patch +++ /dev/null @@ -1,21 +0,0 @@ -ppp: use build system CFLAGS when compiling - -Upstream-Status: Pending - -Override the hard-coded COPTS make variables with -CFLAGS. Add COPTS into one Makefile that did not -use it. - -Signed-off-by: Joe Slater <jslater@windriver.com> - ---- a/pppd/plugins/radius/Makefile.linux -+++ b/pppd/plugins/radius/Makefile.linux -@@ -12,7 +12,7 @@ VERSION = $(shell awk -F '"' '/VERSION/ - INSTALL = install - - PLUGIN=radius.so radattr.so radrealms.so --CFLAGS=-I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -+CFLAGS=-I. -I../.. -I../../../include $(COPTS) -fPIC -DRC_LOG_FACILITY=LOG_DAEMON - - # Uncomment the next line to include support for Microsoft's - # MS-CHAP authentication protocol. |