diff options
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/discard-use-of-dnl-in-Makefile.am.patch')
| -rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/discard-use-of-dnl-in-Makefile.am.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/discard-use-of-dnl-in-Makefile.am.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/discard-use-of-dnl-in-Makefile.am.patch new file mode 100644 index 0000000000..8b7886485a --- /dev/null +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/discard-use-of-dnl-in-Makefile.am.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 611c9fe719c5aa264a2ad2eb920cf4522ae2ddec Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ting Liu <b28495@freescale.com> | ||
| 3 | Date: Tue, 12 Jun 2012 14:26:16 -0400 | ||
| 4 | Subject: [PATCH] discard use of dnl in Makefile.am | ||
| 5 | |||
| 6 | Since Makefile.am is not processed by m4, but by automake, 'dnl' does | ||
| 7 | not introduce a comment. | ||
| 8 | |||
| 9 | Signed-off-by: Ting Liu <b28495@freescale.com> | ||
| 10 | --- | ||
| 11 | Makefile.am | 2 +- | ||
| 12 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/Makefile.am b/Makefile.am | ||
| 15 | index eff6977..3091c33 100644 | ||
| 16 | --- a/Makefile.am | ||
| 17 | +++ b/Makefile.am | ||
| 18 | @@ -1,5 +1,5 @@ | ||
| 19 | PACKAGE = rp-pppoe | ||
| 20 | VERSION = 3.8 | ||
| 21 | |||
| 22 | -dnl AM_CFLAGS = -Wall -DDEBUG | ||
| 23 | +##dnl AM_CFLAGS = -Wall -DDEBUG | ||
| 24 | SUBDIRS = src | ||
| 25 | -- | ||
| 26 | 1.7.6.5 | ||
| 27 | |||
