From 44d1f8d3e5c68c694b8588bf4d0b485c180ae9a7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 4 Mar 2004 13:52:03 +0000 Subject: [PATCH] Clifford Wolf: small fix for building oprofile in chroots where the kernel isn't configured to support oprofile git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2477 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/oprofile/oprofile.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base/oprofile/oprofile.conf b/package/base/oprofile/oprofile.conf index 8f3cde8cc..c112132c9 100644 --- a/package/base/oprofile/oprofile.conf +++ b/package/base/oprofile/oprofile.conf @@ -7,4 +7,5 @@ install_pulpstone() { } hook_add postmake 5 "install_pulpstone" +confopt="$confopt --with-kernel-support"