summaryrefslogtreecommitdiffstats
path: root/audio-libs/libifp/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/libifp/CONFIGURE')
-rwxr-xr-xaudio-libs/libifp/CONFIGURE6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio-libs/libifp/CONFIGURE b/audio-libs/libifp/CONFIGURE
new file mode 100755
index 0000000000..23de16539a
--- /dev/null
+++ b/audio-libs/libifp/CONFIGURE
@@ -0,0 +1,6 @@
+. $GRIMOIRE/FUNCTIONS
+if spell_ok linux; then
+ config_query_option KERMOD_OPTS \
+ "Build the kernel module ?" n \
+ "--with-kmodule=${INSTALL_ROOT}/usr/src/linux-$(get_kernel_version)" "--without-kmodule"
+fi