| Submitter | Randy Dunlap |
|---|---|
| Date | Feb. 11, 2011, 12:27 a.m. |
| Message ID | <4D54826D.3060406@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/82706/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Randy Dunlap <randy.dunlap@oracle.com> Date: Thu, 10 Feb 2011 16:27:25 -0800 > From: Randy Dunlap <randy.dunlap@oracle.com> > > -I (include path) should be specified for host builds. > This one was overlooked somehow. Fixes > https://bugzilla.kernel.org/show_bug.cgi?id=25902 > > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> > Reported-by: Alexey Salmin <alexey.salmin@gmail.com> I'll apply this, thanks Randy. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- lnx-2638-rc4.orig/Documentation/networking/Makefile +++ lnx-2638-rc4/Documentation/networking/Makefile @@ -4,6 +4,8 @@ obj- := dummy.o # List of programs to build hostprogs-y := ifenslave +HOSTCFLAGS_ifenslave.o += -I$(objtree)/usr/include + # Tell kbuild to always build the programs always := $(hostprogs-y)