| Submitter | Matthew McClintock |
|---|---|
| Date | Feb. 8, 2012, 8:38 p.m. |
| Message ID | <1328733516-30021-1-git-send-email-msm@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/21021/ |
| State | Accepted |
| Commit | 01a28e8b04c206e54bcb01ccd7401c08d5c600ce |
| Headers | show |
Comments
On 02/08/2012 12:38 PM, Matthew McClintock wrote: > Without this fix, libpcap will fail to build on powerpc64 > Matthew, can you please resubmit this with the patch file in the commit header per the guidelines more along the lines of: powerpc64-linux: update cached autoconf value for libpcap Thanks Sau! > Signed-off-by: Matthew McClintock<msm@freescale.com> > --- > meta/site/powerpc64-linux | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/meta/site/powerpc64-linux b/meta/site/powerpc64-linux > index a49c717..2b147d7 100644 > --- a/meta/site/powerpc64-linux > +++ b/meta/site/powerpc64-linux > @@ -31,4 +31,5 @@ screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} > screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} > screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} > > - > +# libpcap > +ac_cv_linux_vers=${ac_cv_linux_vers=2}
Patch
diff --git a/meta/site/powerpc64-linux b/meta/site/powerpc64-linux index a49c717..2b147d7 100644 --- a/meta/site/powerpc64-linux +++ b/meta/site/powerpc64-linux @@ -31,4 +31,5 @@ screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} - +# libpcap +ac_cv_linux_vers=${ac_cv_linux_vers=2}
Without this fix, libpcap will fail to build on powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> --- meta/site/powerpc64-linux | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)