Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] [PATCH 06/16] klibc: Fix kernel headers path

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael.luceno AT gmail.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] [PATCH 06/16] klibc: Fix kernel headers path
  • Date: Sun, 11 Apr 2010 20:50:18 -0300

---
libs/klibc/HISTORY | 3 +++
libs/klibc/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/libs/klibc/HISTORY b/libs/klibc/HISTORY
index e7ad7db..82bc0c0 100644
--- a/libs/klibc/HISTORY
+++ b/libs/klibc/HISTORY
@@ -1,3 +1,6 @@
+2010-04-11 Ismael Luceno <ismael.luceno AT gmail.com>
+ * PRE_BUILD: Fix kernel headers path
+
2007-10-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* PRE_BUILD: fixed the install path of the manpages

diff --git a/libs/klibc/PRE_BUILD b/libs/klibc/PRE_BUILD
index 6b8d00c..ae7d70e 100755
--- a/libs/klibc/PRE_BUILD
+++ b/libs/klibc/PRE_BUILD
@@ -15,4 +15,4 @@ sedit 's:$(prefix)/man:$(prefix)/share/man:' Makefile &&
# Needs the linux source to build against.
# Uses get_kernel_version from $GRIMOIRE/FUNCTIONS
#
-ln -s $TRACK_ROOT/usr/src/linux-$(get_kernel_version) linux
+ln -s $TRACK_ROOT/lib/modules/$(get_kernel_version)/build linux
--
1.7.0.4





Archive powered by MHonArc 2.6.24.

Top of Page