git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Building git on Fedora
@ 2005-04-17 23:25 jeff millar
  2005-04-17 23:35 ` Chris Wedgwood
  2005-04-17 23:39 ` David Woodhouse
  0 siblings, 2 replies; 3+ messages in thread
From: jeff millar @ 2005-04-17 23:25 UTC (permalink / raw)
  To: git

Here's a tidbit to enable git to compile on Fedora.  Add the following 
line to /etc/rc.d/rc.local...

    ln -sf /lib/modules/`uname -r`/build/include/linux 
/usr/local/include/linux

This fix creates a symlink, on each boot up, in the local include 
directory that points to the kernel header files. If there's a better 
way to do this, I'm all ears.

jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-17 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-17 23:25 Building git on Fedora jeff millar
2005-04-17 23:35 ` Chris Wedgwood
2005-04-17 23:39 ` David Woodhouse

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).