* [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment
@ 2013-02-18 0:10 Andreas Bombe
2013-03-25 22:04 ` Laurent Pinchart
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Bombe @ 2013-02-18 0:10 UTC (permalink / raw)
To: linux-media; +Cc: Laurent Pinchart
Signed-off-by: Andreas Bombe <aeb@debian.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 98459d4..a749794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_ARG_WITH(kernel-headers,
esac],
[KERNEL_HEADERS_DIR="/usr/src/kernel-headers"])
-CPPFLAGS="-I$KERNEL_HEADERS_DIR/include"
+CPPFLAGS="$CPPFLAGS -I$KERNEL_HEADERS_DIR/include"
# Checks for header files.
AC_CHECK_HEADERS([linux/media.h \
--
1.7.10.4
--
Andreas Bombe
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment
2013-02-18 0:10 [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment Andreas Bombe
@ 2013-03-25 22:04 ` Laurent Pinchart
0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2013-03-25 22:04 UTC (permalink / raw)
To: Andreas Bombe; +Cc: linux-media
Hi Andreas,
Thanks for the patch, and sorry for the late reply.
On Monday 18 February 2013 01:10:02 Andreas Bombe wrote:
> Signed-off-by: Andreas Bombe <aeb@debian.org>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
and pushed to the repository.
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 98459d4..a749794 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -48,7 +48,7 @@ AC_ARG_WITH(kernel-headers,
> esac],
> [KERNEL_HEADERS_DIR="/usr/src/kernel-headers"])
>
> -CPPFLAGS="-I$KERNEL_HEADERS_DIR/include"
> +CPPFLAGS="$CPPFLAGS -I$KERNEL_HEADERS_DIR/include"
>
> # Checks for header files.
> AC_CHECK_HEADERS([linux/media.h \
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-25 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 0:10 [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment Andreas Bombe
2013-03-25 22:04 ` Laurent Pinchart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).