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/makefile-remove-hard-usr-reference.patch | |
parent | 0628de62996b4193a1106c8b1b5ce7ca6bb8bcf4 (diff) | |
download | meta-mlinux-atmel-f911d680a7b085b29d2bdd87cae0381985a6fc39.tar.gz meta-mlinux-atmel-f911d680a7b085b29d2bdd87cae0381985a6fc39.tar.bz2 meta-mlinux-atmel-f911d680a7b085b29d2bdd87cae0381985a6fc39.zip |
Use openembedded ppp
Diffstat (limited to 'recipes-connectivity/ppp/ppp-2.4.7/makefile-remove-hard-usr-reference.patch')
-rw-r--r-- | recipes-connectivity/ppp/ppp-2.4.7/makefile-remove-hard-usr-reference.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes-connectivity/ppp/ppp-2.4.7/makefile-remove-hard-usr-reference.patch b/recipes-connectivity/ppp/ppp-2.4.7/makefile-remove-hard-usr-reference.patch deleted file mode 100644 index d59717e..0000000 --- a/recipes-connectivity/ppp/ppp-2.4.7/makefile-remove-hard-usr-reference.patch +++ /dev/null @@ -1,37 +0,0 @@ -The patch comes from OpenEmbedded. -Rebased for ppp-2.4.5. Dongxiao Xu <dongxiao.xu@intel.com> - -Updated from OE-Classic to include the pcap hunk. -Signed-off-by: Andreas Oberritter <obi@opendreambox.org> - -Upstream-Status: Inappropriate [configuration] - -diff -urN ppp-2.4.5-orig/pppd/Makefile.linux ppp-2.4.5/pppd/Makefile.linux ---- ppp-2.4.5-orig/pppd/Makefile.linux 2010-06-30 15:51:12.043682063 +0800 -+++ ppp-2.4.5/pppd/Makefile.linux 2010-06-30 17:08:21.806363042 +0800 -@@ -117,10 +117,10 @@ - #LIBS += -lshadow $(LIBS) - endif - --ifneq ($(wildcard /usr/include/crypt.h),) -+#ifneq ($(wildcard /usr/include/crypt.h),) - CFLAGS += -DHAVE_CRYPT_H=1 - LIBS += -lcrypt --endif -+#endif - - ifdef NEEDDES - ifndef USE_CRYPT -@@ -169,10 +169,10 @@ - endif - - ifdef FILTER --ifneq ($(wildcard /usr/include/pcap-bpf.h),) -+#ifneq ($(wildcard /usr/include/pcap-bpf.h),) - LIBS += -lpcap - CFLAGS += -DPPP_FILTER --endif -+#endif - endif - - ifdef HAVE_INET6 |