[SM-Commit] GIT changes to master grimoire by Eric Sandall (e2abd17e5ffc884afdb8e084a573c774b0b37159)
Eric Sandall
scm at sourcemage.org
Tue Jan 6 16:24:38 EST 2009
GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:
audio-drivers/alsa-driver/BUILD | 1 +
audio-drivers/alsa-driver/HISTORY | 4 ++++
2 files changed, 5 insertions(+)
New commits:
commit e2abd17e5ffc884afdb8e084a573c774b0b37159
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
Need to specify kernel source to build with latest-but-not-running kernel
diff --git a/audio-drivers/alsa-driver/BUILD b/audio-drivers/alsa-driver/BUILD
index 102cf61..4e06a19 100755
--- a/audio-drivers/alsa-driver/BUILD
+++ b/audio-drivers/alsa-driver/BUILD
@@ -12,6 +12,7 @@ sedit "s: install-scripts : :" Makefile &&
OPTS="--with-isapnp=yes --with-sequencer=yes --with-oss=yes --with-debug=none \
--with-moddir=${INSTALL_ROOT}/lib/modules/$(get_kernel_version)/misc \
+ --with-kernel=${INSTALL_ROOT}/lib/modules/$(get_kernel_version)/source \
--with-cards=${CARDS} ${OPTS}" &&
if [[ $ALSA_GIT == y ]]; then
diff --git a/audio-drivers/alsa-driver/HISTORY b/audio-drivers/alsa-driver/HISTORY
index bc593f8..d8e0ce6 100644
--- a/audio-drivers/alsa-driver/HISTORY
+++ b/audio-drivers/alsa-driver/HISTORY
@@ -1,3 +1,7 @@
+2009-01-06 Eric Sandall <sandalle at sourcemage.org>
+ * BUILD: Need to specify kernel source to build with latest-but-not-running
+ kernel
+
2008-12-30 Pol Vinogradov <vin.public at gmail.com>
* DETAILS: added alsa-kmirror repository for scm branch
* BUILD: added ALSAKERNELDIR variable definition for scm build
More information about the SM-Commit
mailing list